Update plugin docstrings (topic help) to reflect dropped CSV support

https://fedorahosted.org/freeipa/ticket/3352
This commit is contained in:
Petr Viktorin
2013-02-22 08:48:50 -05:00
committed by Martin Kosek
parent 5752b35d16
commit f2f1ed63f5
10 changed files with 21 additions and 19 deletions

View File

@@ -68,8 +68,8 @@ EXAMPLES:
To add the "remoteadmins" group to the "localadmins" group:
ipa group-add-member --groups=remoteadmins localadmins
Add a list of users to the "localadmins" group:
ipa group-add-member --users=test1,test2 localadmins
Add multiple users to the "localadmins" group:
ipa group-add-member --users=test1 --users=test2 localadmins
Remove a user from the "localadmins" group:
ipa group-remove-member --users=test2 localadmins