diff options
author | James Booth <boothj5@gmail.com> | 2014-01-02 01:31:03 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-02 01:49:46 +0000 |
commit | d3fff13255863901a1af0860857e2a8276f7e324 (patch) | |
tree | 6e49ef92700789d732cb721ce0b1d61ab21a7b53 /src/command | |
parent | 8840457e1995e593f6582817088ea0ca9bbef9a6 (diff) | |
download | profani-tty-d3fff13255863901a1af0860857e2a8276f7e324.tar.gz |
Added full stop to /about 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 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.", |