diff options
author | James Booth <boothj5@gmail.com> | 2014-01-02 01:40:46 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-02 01:53:46 +0000 |
commit | 3fbd45bd0603d51255c9e6df2a56d5cd5de4dd2b (patch) | |
tree | a306cf099a3d75b451e667e90fe06e23aaa926a2 /src/command | |
parent | 3a57a792e415e6bdf8b7465e29df052fb7b96e51 (diff) | |
download | profani-tty-3fbd45bd0603d51255c9e6df2a56d5cd5de4dd2b.tar.gz |
Added full stop to /help help summary
Conflicts: src/command/command.c
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 2 |
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.", |