about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-24 19:14:38 +0100
committerJames Booth <boothj5@gmail.com>2014-10-24 19:14:38 +0100
commit25b673a4225ca97d7999de554a87a6a71793af4a (patch)
treeccbaaaabf36d7ad527a8e5f40a05772da82d48f0 /src/command
parentbc563851aa75e30b4437aec640ae18cd3832312b (diff)
downloadprofani-tty-25b673a4225ca97d7999de554a87a6a71793af4a.tar.gz
Updated /form help
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 44387e16..62bf8dfb 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -381,9 +381,9 @@ static struct cmd_t command_defs[] =
 
     { "/form",
         cmd_form, parse_args, 1, 2, NULL,
-        { "/form show|submit|cancel|help", "Form handling.",
-        { "/form show|submit|cancel|help",
-          "-----------------------------",
+        { "/form show|submit|cancel|help [tag]", "Form handling.",
+        { "/form show|submit|cancel|help [tag]",
+          "-----------------------------------",
           "show             - Show the current form.",
           "submit           - Submit the current form.",
           "cancel           - Cancel changes to the current form.",