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-adduser.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ipa-admintools/man/ipa-adduser.1') diff --git a/ipa-admintools/man/ipa-adduser.1 b/ipa-admintools/man/ipa-adduser.1 index b08fe701a..0b8ad3e3b 100644 --- a/ipa-admintools/man/ipa-adduser.1 +++ b/ipa-admintools/man/ipa-adduser.1 @@ -71,6 +71,9 @@ Adds \fIvalue\fR to attribute \fIattr\fR. Attributes set this way are done after .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 mandatory fields are: user, first name and last name. If any of these are not included on the command line you will be asked interactively. -- cgit