diff options
author | David Kupka <dkupka@redhat.com> | 2014-10-08 01:43:47 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2014-10-08 09:52:08 +0200 |
commit | f36794e8119c6005a6e802b3c4b23e13a3ac0bf5 (patch) | |
tree | f4f537fb44e1e9dc36c5edfa25bdb77cace691ae /ipa.1 | |
parent | 8e602eaf46b71ad8f713f549d6a823c70567bb22 (diff) | |
download | freeipa-f36794e8119c6005a6e802b3c4b23e13a3ac0bf5.tar.gz freeipa-f36794e8119c6005a6e802b3c4b23e13a3ac0bf5.tar.xz freeipa-f36794e8119c6005a6e802b3c4b23e13a3ac0bf5.zip |
Fix example usage in ipa man page.
https://fedorahosted.org/freeipa/ticket/4587
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'ipa.1')
-rw-r--r-- | ipa.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -150,8 +150,11 @@ Create a new user with username "foo", first name "foo" and last name "bar". \fBipa group\-add bar \-\-desc "this is an example group" Create a new group with name "bar" and description "this is an example group". .TP -\fBipa group\-add\-member bar \-\-users=admin,foo\fR -Add users "admin" and "foo" to the group "bar". +\fBipa group\-add\-member bar \-\-users=foo\fR +Add user "foo" to the group "bar". +.TP +\fBipa group\-add\-member bar \-\-users={admin,foo}\fR +Add users "admin" and "foo" to the group "bar". This approach depends on shell expansion feature. .TP \fBipa user\-show foo \-\-raw\fR Display user "foo" as (s)he is stored on the server. |