X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fdist.c;h=d00f686f3a0c282239f6b0b8c20b8595b297fe06;hb=2ad400e58233fb80e4c331e1d97c25c6d7312dd4;hp=57efc4e3bdbc4cc5d2410b2bd411099d0663f1a1;hpb=75fca31a5b9d5c1a99c74ab14c94438d8852fba9;p=mmh diff --git a/uip/dist.c b/uip/dist.c index 57efc4e..d00f686 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -14,7 +14,7 @@ static struct swit switches[] = { #define ANNOSW 0 { "annotate", 0 }, #define NANNOSW 1 - { "noannotate", 0 }, + { "noannotate", 2 }, #define EDITRSW 2 { "editor editor", 0 }, #define FORMSW 3 @@ -22,7 +22,7 @@ static struct swit switches[] = { #define WHATSW 4 { "whatnowproc program", 0 }, #define VERSIONSW 5 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 6 { "help", 0 }, { NULL, 0 }