X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fali.c;h=8effd63dccb01e94bba0665d525e8e6c1265df28;hb=853cad7faa5eed9a5988825ac24f462887e12494;hp=8907e69fcb1830692f0416fe512880a18a55f727;hpb=556e1267b7be84fd25c2d52aa754d623889d52ac;p=mmh diff --git a/uip/ali.c b/uip/ali.c index 8907e69..8effd63 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -9,7 +9,6 @@ #include #include #include -#include #include /* @@ -25,17 +24,17 @@ 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 }, + { "Version", 0 }, #define HELPSW 9 { "help", 0 }, { NULL, 0 } @@ -69,7 +68,6 @@ main(int argc, char **argv) /* read user profile/context */ context_read(); - mts_init(invo_name); arguments = getarguments(invo_name, argc, argv, 1); argp = arguments;