summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/man/ipa-addgroup.1
diff options
context:
space:
mode:
authorRob Crittenden <rcrit@ipa.greyoak.com>2008-07-01 14:18:16 -0400
committerRob Crittenden <rcrit@ipa.greyoak.com>2008-07-03 15:26:27 -0400
commit469fc7663c051ab902d2bec891dca36c673b0040 (patch)
tree4cf7d85dbebb85fd868b67a8ef31f8a7b5416ef9 /ipa-admintools/man/ipa-addgroup.1
parentfb9f92c9f3dad3b16a739d46928bf8d72cdaf5ac (diff)
downloadfreeipa-469fc7663c051ab902d2bec891dca36c673b0040.tar.gz
freeipa-469fc7663c051ab902d2bec891dca36c673b0040.tar.xz
freeipa-469fc7663c051ab902d2bec891dca36c673b0040.zip
Add documentation for -v/--verbose option
451117
Diffstat (limited to 'ipa-admintools/man/ipa-addgroup.1')
-rw-r--r--ipa-admintools/man/ipa-addgroup.17
1 files changed, 5 insertions, 2 deletions
diff --git a/ipa-admintools/man/ipa-addgroup.1 b/ipa-admintools/man/ipa-addgroup.1
index 03fee1bf2..0e61c6192 100644
--- a/ipa-admintools/man/ipa-addgroup.1
+++ b/ipa-admintools/man/ipa-addgroup.1
@@ -34,12 +34,15 @@ Set the description of the group to \fIdescription\fR.
Set the gid for this group to \fIgid\fR.
If this option is not present, one is created automatically
by \fBfreeIPA\fR.
-.TP
+.TP
\fB\-\-addattr\fR \fIattr=value\fR
Adds \fIvalue\fR to attribute \fIattr\fR. Attributes set this way are done after other options. If an attribute is listed more than once or already exists in the entry, it is considered a multi\-valued attribute and a list of the values is created.
-.TP
+.TP
\fB\-\-setattr\fR \fIattr=value\fR
Set attribute \fIattr\fR to \fIvalue\fR. Any existing value will be replaced with \fIvalue\fR.
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Display the XML\-RPC request and response for more verbose debugging output.
.PP
The group name and description are mandatory fields. If either of these are not included on the command line you will be asked interactively.