From 3fbd45bd0603d51255c9e6df2a56d5cd5de4dd2b Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 2 Jan 2014 01:40:46 +0000 Subject: [PATCH] Added full stop to /help help summary Conflicts: src/command/command.c --- src/command/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",