X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fprompter.c;h=024f6049fb363601540164e4ef25a128655c6edf;hp=6db0455a58024838d6412c3ea06fbe84da78d753;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=bd60514e13b4b1d4e2f726e6fc54da9eff6a263e diff --git a/uip/prompter.c b/uip/prompter.c index 6db0455..024f604 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -33,11 +33,11 @@ static struct swit switches[] = { #define PREPSW 2 { "prepend", 0 }, #define NPREPSW 3 - { "noprepend", 0 }, + { "noprepend", 2 }, #define RAPDSW 4 { "rapid", 0 }, #define NRAPDSW 5 - { "norapid", 0 }, + { "norapid", 2 }, #define BODYSW 6 { "body", -4 }, #define NBODYSW 7 @@ -45,7 +45,7 @@ static struct swit switches[] = { #define DOTSW 8 { "doteof", 0 }, #define NDOTSW 9 - { "nodoteof", 0 }, + { "nodoteof", 2 }, #define VERSIONSW 10 { "Version", 0 }, #define HELPSW 11