progs/pixie.c: Use GNU capital-letter convention in HELP output.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 Jul 2013 23:09:05 +0000 (00:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 10 Jul 2013 23:09:05 +0000 (00:09 +0100)
progs/pixie.c

index 1d2be67..4380703 100644 (file)
@@ -684,13 +684,13 @@ static void pixserv_line(char *s, size_t len, void *p)
   if (strcmp(q, "help") == 0) {
     if (pixserv_write(px, "\
 INFO Commands supported:\n\
   if (strcmp(q, "help") == 0) {
     if (pixserv_write(px, "\
 INFO Commands supported:\n\
-INFO HELP\n\
-INFO LIST\n\
-INFO PASS tag [expire]\n\
-INFO VERIFY tag [expire]\n\
-INFO FLUSH [tag]\n\
-INFO SET tag [expire] -- phrase\n\
-INFO QUIT\n\
+INFO flush [TAG]\n\
+INFO help\n\
+INFO list\n\
+INFO pass TAG [EXPIRE]\n\
+INFO quit\n\
+INFO set TAG [EXPIRE] -- PHRASE\n\
+INFO verify TAG [EXPIRE]\n\
 OK\n\
 "))
       goto close;
 OK\n\
 "))
       goto close;