about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-16 00:53:46 +0000
committerJames Booth <boothj5@gmail.com>2014-03-16 00:53:46 +0000
commit05952e8337a947b30fd196520c185d38ae1b03c0 (patch)
treec7080a7d763bbcac1445667e3735c217da8ed38f
parent2af418fd8da7bce971f84b98be945f8d5a858f9d (diff)
downloadprofani-tty-05952e8337a947b30fd196520c185d38ae1b03c0.tar.gz
Small changes to help
-rw-r--r--src/command/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index a9bab0ef..8d4ccf8e 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -85,7 +85,7 @@ static struct cmd_t command_defs[] =
           "-------------------------",
           "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.",
+          "Supply a command (without the leading slash) to see help for that command.",
           "",
           "Example : /help commands",
           "Example : /help presence",
@@ -99,7 +99,7 @@ static struct cmd_t command_defs[] =
         { "/about", "About Profanity.",
         { "/about",
           "------",
-          "Show versioning and license information.",
+          "Show version and license information.",
           NULL  } } },
 
     { "/connect",