X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpick.c;h=b817a0b88eefdc56009e14c24e3933f04bc819db;hp=fa5531a5570107fe9fc8aafddbd3a806f3a55056;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=bd60514e13b4b1d4e2f726e6fc54da9eff6a263e diff --git a/uip/pick.c b/uip/pick.c index fa5531a..b817a0b 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -51,15 +51,15 @@ static struct swit switches[] = { #define PUBLSW 16 { "public", 0 }, #define NPUBLSW 17 - { "nopublic", 0 }, + { "nopublic", 2 }, #define ZEROSW 18 { "zero", 0 }, #define NZEROSW 19 - { "nozero", 0 }, + { "nozero", 2 }, #define LISTSW 20 { "list", 0 }, #define NLISTSW 21 - { "nolist", 0 }, + { "nolist", 2 }, #define VERSIONSW 22 { "Version", 0 }, #define HELPSW 23