X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Ffolder.c;h=8638151edcb985aa3230e90d8421d47aeb8d139d;hp=cc4005937d135266d08dadc66cc36fc5fc420611;hb=ccf4f175ef4c4e7522f9510a4a1149c15d810dd9;hpb=601cc73d1fa05ce96faa728f036d6c51b91701c7 diff --git a/uip/folder.c b/uip/folder.c index cc40059..8638151 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 @@ -55,7 +55,7 @@ static struct swit switches[] = { #define POPSW 19 { "pop", 0 }, #define VERSIONSW 20 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 21 { "help", 0 }, { NULL, 0 } @@ -115,9 +115,7 @@ main(int argc, char **argv) char *cp, *dp, *msg = NULL, *argfolder = NULL; char **ap, **argp, buf[BUFSIZ], **arguments; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */