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-03-03 00:31:27 +0000
committerJames Booth <boothj5@gmail.com>2016-03-03 00:31:27 +0000
commit09cfbb7e05b90af640e0e9f8c9876839747b1974 (patch)
tree2917c7eba956dedcdf32cd792f08b7c09ceed081 /src/command/command.c
parent7fdf50eb31f5cb9f15082c9ebb1e4e421756d4a2 (diff)
downloadprofani-tty-09cfbb7e05b90af640e0e9f8c9876839747b1974.tar.gz
Fixed /help group formatting
Diffstat (limited to 'src/command/command.c')
-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 82f6a4b0..2f4fb8d2 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -398,7 +398,7 @@ static struct cmd_t command_defs[] =
         CMD_SYN(
             "/group",
             "/group show <group>",
-            "/group add <group> <contat>"
+            "/group add <group> <contat>",
             "/group remove <group> <contact>")
         CMD_DESC(
             "View, add to, and remove from roster groups. "