diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 2 |
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. " |