Added comment and removed whitespace.
authormarkus schnalke <meillo@marmaro.de>
Sat, 5 May 2012 05:51:04 +0000 (07:51 +0200)
committermarkus schnalke <meillo@marmaro.de>
Sat, 5 May 2012 05:51:04 +0000 (07:51 +0200)
uip/pick.c
uip/repl.c

index d8edbca..fa5531a 100644 (file)
@@ -45,7 +45,7 @@ static struct swit switches[] = {
 #define BEFRSW  13
        { "before date", 0 },
 #define DATFDSW  14
-       { "datefield field", 5 },
+       { "datefield field", 5 },  /* 5 chars required to differ from -date */
 #define SEQSW  15
        { "sequence name", 0 },
 #define PUBLSW  16
index f8af5ca..d847840 100644 (file)
@@ -51,7 +51,7 @@ static struct swit switches[] = {
        { "help", 0 },
 #define FILESW  17
        { "file file", 4 },  /* interface from msh */
-# define BILDSW  18
+#define BILDSW  18
        { "build", 5 },  /* interface from mhe */
        { NULL, 0 }
 };