Fix example usage in ipa man page.

https://fedorahosted.org/freeipa/ticket/4587

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
David Kupka 2014-10-08 01:43:47 -04:00 committed by Martin Kosek
parent 80da03a216
commit 9b6145420a

7
ipa.1
View File

@ -149,8 +149,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" \fBipa group\-add bar \-\-desc "this is an example group"
Create a new group with name "bar" and description "this is an example group". Create a new group with name "bar" and description "this is an example group".
.TP .TP
\fBipa group\-add\-member bar \-\-users=admin,foo\fR \fBipa group\-add\-member bar \-\-users=foo\fR
Add users "admin" and "foo" to the group "bar". 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 .TP
\fBipa user\-show foo \-\-raw\fR \fBipa user\-show foo \-\-raw\fR
Display user "foo" as (s)he is stored on the server. Display user "foo" as (s)he is stored on the server.