From 25b673a4225ca97d7999de554a87a6a71793af4a Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 24 Oct 2014 19:14:38 +0100 Subject: [PATCH] Updated /form help --- src/command/command.c | 6 +++--- 1 file 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.",