From 9823b2fae279d9d3f89f0dba1595bfa74c138902 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 2 Jan 2014 01:35:34 +0000 Subject: [PATCH] Added full stop to /help service summary --- src/ui/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");