diff options
author | Michael Vetter <jubalh@iodoru.org> | 2018-09-05 13:38:17 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2018-09-05 13:38:17 +0200 |
commit | 33e9af410079e9fa19f18d4a012ffa47dd5089a5 (patch) | |
tree | 24d8efad80775dd2fa159a8b17c891a9251a2e68 /src | |
parent | 82f77a92858cc265b83a064907b8f778962bd7a9 (diff) | |
download | profani-tty-33e9af410079e9fa19f18d4a012ffa47dd5089a5.tar.gz |
Fix command 'group' description
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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( |