X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhtest.c;h=1c1684f444b893059a6e99a4c6f8e1176487eea9;hb=f3380fda9da04a7c26a76070888ece92ae5648e9;hp=33b8026eeb3dac84af838df211fd201b90dd32d8;hpb=01a3480928da485b4d6109d36d751dfa71799d58;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index 33b8026..1c1684f 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -20,7 +20,7 @@ static struct swit switches[] = { #define VERBSW 0 { "verbose", 0 }, #define NVERBSW 1 - { "noverbose", 0 }, + { "noverbose", 2 }, #define FILESW 2 { "file file", 0 }, #define OUTFILESW 3 @@ -30,7 +30,7 @@ static struct swit switches[] = { #define TYPESW 5 { "type content", 0 }, #define VERSIONSW 6 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 7 { "help", 0 }, #define DEBUGSW 8 @@ -97,9 +97,7 @@ main(int argc, char **argv) done=freects_done; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */