X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=4384bc4c04bb3ecd82723ae025b65b9fe854c3e3;hb=6e31ed26e82a28c2f65197102c178e6ae8633d80;hp=093bad56436efd426e7114a1d0b9f12ca85f48a2;hpb=a8a894a102eb7f31662d49355312d6e64e081664;p=mmh diff --git a/uip/spost.c b/uip/spost.c index 093bad5..4384bc4 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -23,17 +23,17 @@ struct swit switches[] = { #define VERBSW 0 { "verbose", 0 }, #define NVERBSW 1 - { "noverbose", 0 }, + { "noverbose", 2 }, #define WATCSW 2 { "watch", 0 }, #define NWATCSW 3 - { "nowatch", 0 }, + { "nowatch", 2 }, #define ALIASW 4 { "alias aliasfile", 0 }, #define NALIASW 5 - { "noalias", 0 }, + { "noalias", 2 }, #define VERSIONSW 6 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 7 { "help", 0 }, #define DEBUGSW 8