about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-16 01:39:19 +0100
committerJames Booth <boothj5@gmail.com>2012-08-16 01:39:19 +0100
commit84bd88ea92aa93d509de5784e82b3b6752979d94 (patch)
treedc1c8b5b33d8f47c2f335ce178964aaf1faa384f /src/command.c
parent41daf094323a1a35565b8fdcfd1e9897529b39ad (diff)
downloadprofani-tty-84bd88ea92aa93d509de5784e82b3b6752979d94.tar.gz
Show basic help on startup
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 3334548b..66c00805 100644
--- a/src/command.c
+++ b/src/command.c
@@ -82,7 +82,7 @@ static struct cmd_t main_commands[] =
 {
     { "/help", 
         _cmd_help, 
-        { "/help [command]", "This help, or help on a specific command",
+        { "/help [command]", "Show help summary, or help on a specific command",
         { "/help [command]",
           "---------------",
           "List all commands with short help on what they do.",