X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frefile.c;h=6c5a8f65f33b71abac3b62d485e945eb0a4edf37;hb=921908704b980c90c3c68545be7f4d42718bfba4;hp=2fe25b496fe972f09ad6885a044e5efdeba877ab;hpb=aac09b48aeb1e822be418a6b6a01b3e2f357b8cd;p=mmh diff --git a/uip/refile.c b/uip/refile.c index 2fe25b4..6c5a8f6 100644 --- a/uip/refile.c +++ b/uip/refile.c @@ -16,13 +16,13 @@ static struct swit switches[] = { #define LINKSW 0 { "link", 0 }, #define NLINKSW 1 - { "nolink", 0 }, + { "nolink", 2 }, #define SRCSW 2 { "src +folder", 0 }, #define FILESW 3 { "file file", 0 }, #define VERSIONSW 4 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 5 { "help", 0 }, { NULL, 0 } @@ -57,9 +57,7 @@ main(int argc, char **argv) struct msgs_array msgs = { 0, 0, NULL }; struct msgs *mp; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); context_read();