Require at least 2 chars for `no' variants of switches.
[mmh] / uip / refile.c
index e4433bd..76384dd 100644 (file)
@@ -16,7 +16,7 @@ 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