about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-06-25 22:16:23 +0100
committerJames Booth <boothj5@gmail.com>2013-06-25 22:16:23 +0100
commit0554198668641db366d39ca7a68aac9bbf9f08b7 (patch)
tree60b791efb15ec4a17ddcdbfc79232b3ff75c3b87 /src
parent2077834b105fb3a65481327f6d6bf3d42c50fb7d (diff)
downloadprofani-tty-0554198668641db366d39ca7a68aac9bbf9f08b7.tar.gz
Changed help for /help command
Diffstat (limited to 'src')
-rw-r--r--src/command/command.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/command/command.c b/src/command/command.c
index f83952fc..c1d0ad64 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -151,16 +151,16 @@ static struct cmd_t command_defs[] =
 {
     { "/help",
         _cmd_help, parse_args, 0, 1,
-        { "/help [list|area|command]", "Get help on using Profanity",
-        { "/help [list|area|command]",
+        { "/help [area|command]", "Get help on using Profanity",
+        { "/help [area|command]",
           "-------------------------",
-          "list    : List of all commands.",
-          "area    : One of 'basic', 'presence', 'settings', 'navigation' for more summary help in that area.",
-          "command : Detailed help on a specific command.",
+          "Use with no arguments to get a help summary.",
+          "Supply an area to see help for commands related to specific features.",
+          "Supply a command (without the leading slash) to see help on that command.",
           "",
-          "Example : /help list",
-          "Example : /help connect",
-          "Example : /help settings",
+          "Example : /help commands",
+          "Example : /help presence",
+          "Example : /help who",
           "",
           "For more details help, see the user guide at http://www.profanity.im/userguide.html.",
           NULL } } },