about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-02 01:35:34 +0000
committerJames Booth <boothj5@gmail.com>2014-01-02 01:51:46 +0000
commit9823b2fae279d9d3f89f0dba1595bfa74c138902 (patch)
treec656b99ae5352922490dae368d7f883a50354bd6 /src
parent8d4bec2d37a52ca8b3ae39e5f7b36a9ef5e289df (diff)
downloadprofani-tty-9823b2fae279d9d3f89f0dba1595bfa74c138902.tar.gz
Added full stop to /help service summary
Diffstat (limited to 'src')
-rw-r--r--src/ui/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index b9522ae0..83a2b82e 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1280,7 +1280,7 @@ _cons_help(void)
     cons_show("/help groupchat  - List groupchat commands.");
     cons_show("/help presence   - List commands to change presence.");
     cons_show("/help roster     - List commands for manipulating your roster.");
-    cons_show("/help service    - List service discovery commands");
+    cons_show("/help service    - List service discovery commands.");
     cons_show("/help settings   - List commands for changing settings.");
     cons_show("/help other      - Other commands.");
     cons_show("/help navigation - How to navigate around Profanity.");