From: David Levine Date: Sun, 16 Nov 2014 23:14:32 +0000 (-0600) Subject: Fixed repl help message to show "-[no]cc all|to|cc|me" instead of X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/8eb8c7987bc1be0c180e72c416d0bd8f26291183?ds=inline;hp=--cc Fixed repl help message to show "-[no]cc all|to|cc|me" instead of different options for -cc and -nocc. --- 8eb8c7987bc1be0c180e72c416d0bd8f26291183 diff --git a/uip/repl.c b/uip/repl.c index f8437288..a9f03b3e 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -17,7 +17,7 @@ X("annotate", 0, ANNOSW) \ X("noannotate", 0, NANNOSW) \ X("cc all|to|cc|me", 0, CCSW) \ - X("nocc type", 0, NCCSW) \ + X("nocc all|to|cc|me", 0, NCCSW) \ X("draftfolder +folder", 0, DFOLDSW) \ X("draftmessage msg", 0, DMSGSW) \ X("nodraftfolder", 0, NDFLDSW) \