From d3fff13255863901a1af0860857e2a8276f7e324 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 2 Jan 2014 01:31:03 +0000 Subject: [PATCH] Added full stop to /about 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 e37331ce..ad4235b8 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -90,7 +90,7 @@ static struct cmd_t command_defs[] = { "/about", cmd_about, parse_args, 0, 0, NULL, - { "/about", "About Profanity", + { "/about", "About Profanity.", { "/about", "------", "Show versioning and license information.",