From: Mark Wooding Date: Wed, 10 Jul 2013 23:09:05 +0000 (+0100) Subject: progs/pixie.c: Use GNU capital-letter convention in HELP output. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/1a530ec2aabcd4d54698e476305573d0e4c31cb7 progs/pixie.c: Use GNU capital-letter convention in HELP output. --- diff --git a/progs/pixie.c b/progs/pixie.c index 1d2be67..4380703 100644 --- a/progs/pixie.c +++ b/progs/pixie.c @@ -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\ -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;