diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-10 12:48:32 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-10 12:48:32 +0000 |
commit | e4f5ca868fc4313a6a9a00c5eda0a03767abc703 (patch) | |
tree | 990e1ec4fc29662e1966ccef09447dd625712b8b /doc/user-guide | |
parent | be98957a88f66215ab6fb84810a1b2d394eac879 (diff) | |
parent | 875ba16b0224b9bf50a0ea15aa96fe545c76b845 (diff) |
Merge from vmiklos. Adds a "group info" command to list members of a group.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index a21153ef..a13956ec 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -1783,11 +1783,15 @@ <bitlbee-command name="group"> <short-description>Contact group management</short-description> - <syntax>group list</syntax> + <syntax>group [ list | info <group> ]</syntax> <description> <para> - Only the <emphasis>group list</emphasis> command is supported at the moment, which shows a list of all groups defined so far. + The <emphasis>group list</emphasis> command shows a list of all groups defined so far. + </para> + + <para> + The <emphasis>group info</emphasis> command shows a list of all members of a the group <group>. </para> <para> |