diff options
author | mathieui <mathieui@mathieui.net> | 2012-04-18 19:44:37 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-04-18 19:44:37 +0200 |
commit | 2ad7416a6d2effb548e0b374ee47cc2fd14ffd53 (patch) | |
tree | dc1e53c03a709041e5638341f96e5a2f3e42479c /doc/en | |
parent | cc00f44e775e84fcddb63ddb5101e015751e141c (diff) | |
download | poezio-2ad7416a6d2effb548e0b374ee47cc2fd14ffd53.tar.gz poezio-2ad7416a6d2effb548e0b374ee47cc2fd14ffd53.tar.bz2 poezio-2ad7416a6d2effb548e0b374ee47cc2fd14ffd53.tar.xz poezio-2ad7416a6d2effb548e0b374ee47cc2fd14ffd53.zip |
Document the /groupmove command
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/usage.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/usage.txt b/doc/en/usage.txt index 8f8d3ad4..d843a173 100644 --- a/doc/en/usage.txt +++ b/doc/en/usage.txt @@ -372,6 +372,10 @@ Roster tab commands */groupadd <jid> <group>*:: Add the given JID to the given group (if the group does not exist, it will be created). +*/groupmove <jid> <old_group> <new_group>*:: Move the given JID from one group + to another (the JID has to be in the first group, and the new group may not + exist). + */groupremove <jid> <group>*:: Remove the given JID from the given group (if the group is empty after that, it will get deleted). |