X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fflist.c;h=2a002a5d02ecc64a2907302a490f3f9f292fc955;hp=ac680806ee8e5a4c0f4175f918a2d3702bfe4780;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=bd60514e13b4b1d4e2f726e6fc54da9eff6a263e diff --git a/uip/flist.c b/uip/flist.c index ac68080..2a002a5 100644 --- a/uip/flist.c +++ b/uip/flist.c @@ -30,23 +30,23 @@ static struct swit switches[] = { #define ALLSW 1 { "all", 0 }, #define NOALLSW 2 - { "noall", 0 }, + { "noall", 2 }, #define RECURSE 3 { "recurse", 0 }, #define NORECURSE 4 - { "norecurse", 0 }, + { "norecurse", 2 }, #define SHOWZERO 5 { "showzero", 0 }, #define NOSHOWZERO 6 - { "noshowzero", 0 }, + { "noshowzero", 2 }, #define ALPHASW 7 { "alpha", 0 }, #define NOALPHASW 8 - { "noalpha", 0 }, + { "noalpha", 2 }, #define FASTSW 9 { "fast", 0 }, #define NOFASTSW 10 - { "nofast", 0 }, + { "nofast", 2 }, #define VERSIONSW 11 { "Version", 0 }, #define HELPSW 12