X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fprompter.c;h=024f6049fb363601540164e4ef25a128655c6edf;hb=853cad7faa5eed9a5988825ac24f462887e12494;hp=6db0455a58024838d6412c3ea06fbe84da78d753;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh 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