1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fix command 'group' description

This commit is contained in:
Michael Vetter 2018-09-05 13:38:17 +02:00
parent 82f77a9285
commit 33e9af4100

View File

@ -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 <group>", "List all roster items a group." },
{ "show <group>", "List all roster items in a group." },
{ "add <group> <contact>", "Add a contact to a group." },
{ "remove <group> <contact>", "Remove a contact from a group." })
CMD_EXAMPLES(