X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fscan.c;h=ba90e4010ee23851abf6bfb1aa0730b40dd9dfe5;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=5cdd5b9665e1990a2189f9b133bb2ecbeef0800c;hpb=611d68d19204d7cbf5bd585391249cb5bafca846;p=mmh diff --git a/uip/scan.c b/uip/scan.c index 5cdd5b9..ba90e40 100644 --- a/uip/scan.c +++ b/uip/scan.c @@ -19,9 +19,9 @@ static struct swit switches[] = { #define WIDTHSW 1 { "width columns", 0 }, #define FILESW 2 - { "file file", 4 }, + { "file file", 0 }, #define VERSIONSW 3 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 4 { "help", 0 }, { NULL, 0 } @@ -41,9 +41,7 @@ main(int argc, char **argv) struct msgs *mp; FILE *in; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */