From 5f991c99be8897a97681992c63469db7d4ce4d6a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 1 Jul 2008 14:18:16 -0400 Subject: Add documentation for -v/--verbose option 451117 --- ipa-admintools/man/ipa-addgroup.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ipa-admintools/man/ipa-addgroup.1') 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. -- cgit