X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Ffmtdump.c;h=a0e6e1409c35f1a4849fa8d190b94f1799354a8a;hb=2f43405ca3cccdfc56faca7a8b6b0d6913cf45aa;hp=b59cf5c79645b7b4de8b3ee64b46dcb09217b9f3;hpb=002555d3d68d553044facbe4fad7bd008a42ac5e;p=mmh diff --git a/uip/fmtdump.c b/uip/fmtdump.c index b59cf5c..a0e6e14 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -15,7 +15,7 @@ static struct swit switches[] = { #define FORMSW 0 { "form formatfile", 0 }, #define VERSIONSW 1 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 2 { "help", 0 }, { NULL, 0 } @@ -46,9 +46,7 @@ main(int argc, char **argv) char buf[BUFSIZ], *fmtstr, **argp, **arguments; struct format *fmt; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */