X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffolder.c;h=34b3d9880f8c654c2440e8b914e4f9ff40b914e7;hp=584bb768c0e19d4b6d1703a4140e139ab9f25e54;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=bd60514e13b4b1d4e2f726e6fc54da9eff6a263e diff --git a/uip/folder.c b/uip/folder.c index 584bb76..34b3d98 100644 --- a/uip/folder.c +++ b/uip/folder.c @@ -17,35 +17,35 @@ static struct swit switches[] = { #define ALLSW 0 { "all", 0 }, #define NALLSW 1 - { "noall", 0 }, + { "noall", 2 }, #define CREATSW 2 { "create", 0 }, #define NCREATSW 3 - { "nocreate", 0 }, + { "nocreate", 2 }, #define FASTSW 4 { "fast", 0 }, #define NFASTSW 5 - { "nofast", 0 }, + { "nofast", 2 }, #define PACKSW 6 { "pack", 0 }, #define NPACKSW 7 - { "nopack", 0 }, + { "nopack", 2 }, #define VERBSW 8 { "verbose", 0 }, #define NVERBSW 9 - { "noverbose", 0 }, + { "noverbose", 2 }, #define RECURSW 10 { "recurse", 0 }, #define NRECRSW 11 - { "norecurse", 0 }, + { "norecurse", 2 }, #define TOTALSW 12 { "total", 0 }, #define NTOTLSW 13 - { "nototal", 0 }, + { "nototal", 2 }, #define LISTSW 14 { "list", 0 }, #define NLISTSW 15 - { "nolist", 0 }, + { "nolist", 2 }, #define PRNTSW 16 { "print", 0 }, #define NPRNTSW 17