X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fcomp.c;h=4768fc4a3d1281a48f93f65ddfb45e32bad9c547;hp=5c088a83fc4fa32955e75b70e045ecd9263e3500;hb=ccf4f175ef4c4e7522f9510a4a1149c15d810dd9;hpb=75fca31a5b9d5c1a99c74ab14c94438d8852fba9 diff --git a/uip/comp.c b/uip/comp.c index 5c088a8..4768fc4 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -18,11 +18,11 @@ static struct swit switches[] = { #define USESW 2 { "use", 0 }, #define NUSESW 3 - { "nouse", 0 }, + { "nouse", 2 }, #define WHATSW 4 { "whatnowproc program", 0 }, #define VERSIONSW 5 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 6 { "help", 0 }, { NULL, 0 } @@ -41,10 +41,7 @@ main(int argc, char **argv) struct msgs *mp = NULL; char *fmtstr; - -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */