X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fspost.c;h=4384bc4c04bb3ecd82723ae025b65b9fe854c3e3;hb=2ad400e58233fb80e4c331e1d97c25c6d7312dd4;hp=f3630d25edea9272429ad9a732f1fa62a42076d1;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/spost.c b/uip/spost.c index f3630d2..4384bc4 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -23,15 +23,15 @@ 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 }, #define HELPSW 7