diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2013-02-09 12:31:43 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-02-09 12:31:43 +0100 |
commit | c2cc24cd9d7a976aca383e508f2c6779d6cdb14a (patch) | |
tree | 47342e6c010ccaa53c683b6f96e1d5829ab24ea8 /doc/user-guide | |
parent | db34b0671c81b8021639b07a704e2e05b38b9f40 (diff) |
Implement 'group info' command to list members of a group (#741)
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> |