Don't require a length for switch prefixes without good reason.
[mmh] / uip / whatnow.c
index e3a411a..ead1bd5 100644 (file)
@@ -46,7 +46,7 @@ static struct swit whatnowswitches[] = {
 #define EDITRSW  0
        { "editor editor", 0 },
 #define PRMPTSW  1
-       { "prompt string", 4 },
+       { "prompt string", 0 },
 #define VERSIONSW  2
        { "Version", 0 },
 #define HELPSW  3