X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fali.c;h=b5bbfbe3a9704cbeb5612dc88bfaa6a3c6086714;hb=6d6b17fd2311daa48928e36bb131cda8fd1c91eb;hp=73f716685b6f68002a1c68dff8f35922c4deb15d;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/ali.c b/uip/ali.c index 73f7166..b5bbfbe 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -24,15 +24,15 @@ static struct swit switches[] = { #define LISTSW 2 { "list", 0 }, #define NLISTSW 3 - { "nolist", 0 }, + { "nolist", 2 }, #define NORMSW 4 { "normalize", 0 }, #define NNORMSW 5 - { "nonormalize", 0 }, + { "nonormalize", 2 }, #define USERSW 6 { "user", 0 }, #define NUSERSW 7 - { "nouser", 0 }, + { "nouser", 2 }, #define VERSIONSW 8 { "Version", 0 }, #define HELPSW 9 @@ -60,9 +60,7 @@ main(int argc, char **argv) char *vec[NVEC], **arguments; struct aka *ak; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */