chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
902cbb3
)
progs/pixie.c: Use GNU capital-letter convention in HELP output.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 Jul 2013 23:09:05 +0000
(
00:09
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 10 Jul 2013 23:09:05 +0000
(
00:09
+0100)
progs/pixie.c
patch
|
blob
|
blame
|
history
diff --git
a/progs/pixie.c
b/progs/pixie.c
index 1d2be6751df387e6344c8a5c272cafdbcd5041ff..4380703793eaa782d4edcee255be6b18a3bf5129 100644
(file)
--- 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;