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