Require at least 2 chars for `no' variants of switches.
[mmh] / uip / rmm.c
index ecc9b9b..0aab0ba 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -13,9 +13,9 @@ static struct swit switches[] = {
 #define UNLINKSW  0
        { "unlink", 0 },
 #define NUNLINKSW  1
-       { "nounlink", 0 },
+       { "nounlink", 2 },
 #define VERSIONSW  2
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  3
        { "help", 0 },
        { NULL, 0 }