1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Added full stop to /help service summary

This commit is contained in:
James Booth 2014-01-02 01:35:34 +00:00
parent 8d4bec2d37
commit 9823b2fae2

View File

@ -1280,7 +1280,7 @@ _cons_help(void)
cons_show("/help groupchat - List groupchat commands."); cons_show("/help groupchat - List groupchat commands.");
cons_show("/help presence - List commands to change presence."); cons_show("/help presence - List commands to change presence.");
cons_show("/help roster - List commands for manipulating your roster."); 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 settings - List commands for changing settings.");
cons_show("/help other - Other commands."); cons_show("/help other - Other commands.");
cons_show("/help navigation - How to navigate around Profanity."); cons_show("/help navigation - How to navigate around Profanity.");