about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-03 00:37:05 +0000
committerJames Booth <boothj5@gmail.com>2016-02-03 00:37:05 +0000
commit46b27bcbd8ca0dd89194c4192446d5386eb6013d (patch)
tree389ec30fdeda881df485cd64c53aba6072c22d03 /src/command/command.c
parent72574bb944a9f85ba97256f2eec59bf7f6000c1f (diff)
downloadprofani-tty-46b27bcbd8ca0dd89194c4192446d5386eb6013d.tar.gz
Fixed help formatting
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 6191caef..6e78d217 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -281,8 +281,8 @@ static struct cmd_t command_defs[] =
             "/roster show [offline|resource|presence|status|empty|priority|contacts|rooms]",
             "/roster hide [offline|resource|presence|status|empty|priority|contacts|rooms]",
             "/roster by group|presence|none",
-            "/roster count unread|items|off"
-            "/roster count zero on|off"
+            "/roster count unread|items|off",
+            "/roster count zero on|off",
             "/roster order name|presence",
             "/roster unread before|after|off",
             "/roster room char <char>|none",