Require at least 2 chars for `no' variants of switches.
[mmh] / uip / ali.c
index f1d7416..8effd63 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -9,7 +9,6 @@
 #include <h/mh.h>
 #include <h/addrsbr.h>
 #include <h/aliasbr.h>
-#include <h/mts.h>
 #include <h/utils.h>
 
 /*
@@ -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 }