From 33e9af410079e9fa19f18d4a012ffa47dd5089a5 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 5 Sep 2018 13:38:17 +0200 Subject: [PATCH] Fix command 'group' description --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 418155c4..a523c939 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -424,7 +424,7 @@ static struct cmd_t command_defs[] = "View, add to, and remove from roster groups. " "Passing no argument will list all roster groups.") CMD_ARGS( - { "show ", "List all roster items a group." }, + { "show ", "List all roster items in a group." }, { "add ", "Add a contact to a group." }, { "remove ", "Remove a contact from a group." }) CMD_EXAMPLES(