about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-02 01:40:46 +0000
committerJames Booth <boothj5@gmail.com>2014-01-02 01:53:46 +0000
commit3fbd45bd0603d51255c9e6df2a56d5cd5de4dd2b (patch)
treea306cf099a3d75b451e667e90fe06e23aaa926a2 /src/command/command.c
parent3a57a792e415e6bdf8b7465e29df052fb7b96e51 (diff)
downloadprofani-tty-3fbd45bd0603d51255c9e6df2a56d5cd5de4dd2b.tar.gz
Added full stop to /help help summary
Conflicts:

	src/command/command.c
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index ac020a15..6d7aa627 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -74,7 +74,7 @@ static struct cmd_t command_defs[] =
 {
     { "/help",
         cmd_help, parse_args, 0, 1, NULL,
-        { "/help [area|command]", "Get help on using Profanity",
+        { "/help [area|command]", "Get help on using Profanity.",
         { "/help [area|command]",
           "-------------------------",
           "Use with no arguments to get a help summary.",