X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuild.c;h=113ff38839452e23fb42dfeff3b8116e10b2c348;hb=6d6b17fd2311daa48928e36bb131cda8fd1c91eb;hp=67b2e0e8112925b9e8538c321417b0787483cae0;hpb=e68b1fb49f49b3f68b7a1a5eeb449b2c26b196a8;p=mmh diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 67b2e0e..113ff38 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -32,9 +32,9 @@ static struct swit switches[] = { #define VERBSW 0 { "verbose", 0 }, #define NVERBSW 1 - { "noverbose", 0 }, + { "noverbose", 2 }, #define VERSIONSW 2 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 3 { "help", 0 }, #define DEBUGSW 4 @@ -117,9 +117,7 @@ main(int argc, char **argv) done = unlink_done; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */