X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmm.c;h=51be03a9b598a40915c63fc175ef36cb242a6ea6;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=ecc9b9b425dacd929b7c8d22f4dc9d4722025dcb;hpb=8edc5aaf86f9f77124664f6801bc6c6cdf258173;p=mmh diff --git a/uip/rmm.c b/uip/rmm.c index ecc9b9b..51be03a 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -13,9 +13,9 @@ static struct swit switches[] = { #define UNLINKSW 0 { "unlink", 0 }, #define NUNLINKSW 1 - { "nounlink", 0 }, + { "nounlink", 2 }, #define VERSIONSW 2 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 3 { "help", 0 }, { NULL, 0 } @@ -33,10 +33,7 @@ main(int argc, char **argv) struct msgs *mp; pid_t pid; - -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); context_read();