X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmark.c;h=c1da64454dec00df55a28933950d8ae4f96fbe1f;hb=ec1868939da034be930a7c86f967036c282680ff;hp=1917e84f4f41cc6407a4b6fcae0d34513d1247b2;hpb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;p=mmh diff --git a/uip/mark.c b/uip/mark.c index 1917e84..c1da644 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -23,13 +23,13 @@ static struct swit switches[] = { #define PUBLSW 4 { "public", 0 }, #define NPUBLSW 5 - { "nopublic", 0 }, + { "nopublic", 2 }, #define ZEROSW 6 { "zero", 0 }, #define NZEROSW 7 - { "nozero", 0 }, + { "nozero", 2 }, #define VERSIONSW 8 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 9 { "help", 0 }, #define DEBUGSW 10