about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-19 01:02:13 +0000
committerJames Booth <boothj5@gmail.com>2015-11-19 01:02:13 +0000
commit78a8487892a294b4690d20e04f0081d5d6c71823 (patch)
treed1811bae4407bb35d5bf79c3698a0e49dba03fe7 /src/command
parent4eb0f14a3de378571b3fb644f230f60b892af29c (diff)
downloadprofani-tty-78a8487892a294b4690d20e04f0081d5d6c71823.tar.gz
Fixed /roster help
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index a7f0d718..241865d5 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -277,7 +277,7 @@ static struct cmd_t command_defs[] =
             "/roster show [offline|resource|presence|status|empty|count|priority]",
             "/roster hide [offline|resource|presence|status|empty|count|priority]",
             "/roster by group|presence|none",
-            "/roster order name|presence"
+            "/roster order name|presence",
             "/roster size <percent>",
             "/roster add <jid> [<nick>]",
             "/roster remove <jid>",