summaryrefslogtreecommitdiffstats
path: root/client/cmds.m4
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-01 00:39:06 +0200
committerMartin Mares <mj@ucw.cz>2000-06-01 00:39:06 +0200
commit2983460bc0adabe357ba839972ea8d09c97c32a4 (patch)
tree61a2f0678bb80e1cccd6993783e8352ff6fe263c /client/cmds.m4
parent2f5e5ff9d6e91e7a3e478b316d6b2d23003ad80e (diff)
downloadbird-2983460bc0adabe357ba839972ea8d09c97c32a4.tar
bird-2983460bc0adabe357ba839972ea8d09c97c32a4.zip
Both `help' command and the `unknown command' error message now tell
the user to press `?' if he wants help.
Diffstat (limited to 'client/cmds.m4')
-rw-r--r--client/cmds.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/client/cmds.m4 b/client/cmds.m4
index d24bbb0..1cbb4f9 100644
--- a/client/cmds.m4
+++ b/client/cmds.m4
@@ -8,3 +8,4 @@
CF_CLI(QUIT,,, [[Quit the client]])
CF_CLI(EXIT,,, [[Exit the client]])
+CF_CLI(HELP,,, [[Description of the help system]])