diff options
Diffstat (limited to 'ipa-admintools/man/ipa-modgroup.1')
-rw-r--r-- | ipa-admintools/man/ipa-modgroup.1 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ipa-admintools/man/ipa-modgroup.1 b/ipa-admintools/man/ipa-modgroup.1 index 193d4a7c..6a517a74 100644 --- a/ipa-admintools/man/ipa-modgroup.1 +++ b/ipa-admintools/man/ipa-modgroup.1 @@ -28,23 +28,24 @@ Updates the members or description of \fIgroup\fR. .TP \fB\-a\fR, \fB\-\-add\fR=\fIuser1,user2,...usern\fR Add one or more users to the group - .TP \fB\-d\fR, \fB\-\-description\fR=\fIdescription\fR Modify the description of the group - +.TP +\fB\-e\fR, \fB\-\-groupdel\fR=\fIgroup1,group2,...groupn\fR +Remove one or more groups from the group +.TP +\fB\-g\fR, \fB\-\-groupadd\fR=\fIgroup1,group2,...groupn\fR +Add one or more groups to the group .TP \fB\-r\fR, \fB\-\-remove\fR=\fIuser1,user2,...usern\fR Remove one or more users from the group - .TP \fB\-\-addattr\fR \fIattr=value\fR Add a new attribute, or value to an existing attribute - .TP \fB\-\-delattr\fR \fIattr=value\fR Remove an attribute and all values - .TP \fB\-\-setattr\fR \fIattr=value\fR Set an attribute to a new value, removing all old ones |