summaryrefslogtreecommitdiffstats
path: root/ipa.1
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-06-03 17:07:24 -0400
committerRob Crittenden <rcritten@redhat.com>2010-06-03 17:08:22 -0400
commit1dd7b11b0b5697f86f4d486fbe9509484ae2065a (patch)
tree8557e57432ea408b69dc6af27cc795c8db3716cc /ipa.1
parent4924270b453655270da03b14f3e7825713820f0a (diff)
downloadfreeipa-1dd7b11b0b5697f86f4d486fbe9509484ae2065a.tar.gz
freeipa-1dd7b11b0b5697f86f4d486fbe9509484ae2065a.tar.xz
freeipa-1dd7b11b0b5697f86f4d486fbe9509484ae2065a.zip
Connect the -v cli argument to the verbose flag in xmlrpclib
If you pass two -v to the ipa command you'll get the XML-RPC data in the output. This can be handy so you know exactly what went out over the wire.
Diffstat (limited to 'ipa.1')
-rw-r--r--ipa.17
1 files changed, 5 insertions, 2 deletions
diff --git a/ipa.1 b/ipa.1
index 471572467..67a123756 100644
--- a/ipa.1
+++ b/ipa.1
@@ -49,8 +49,11 @@ Display a help message with a list of options.
\fB\-n\fR, \fB\-\-no\-prompt\fR
Don't prompt for any parameters of \fBCOMMAND\fR, even if they are required.
.TP
-\fB\-v\fR, \fB\-\-prompt\-all\fR
-Produce verbose output.
+\fB\-a\fR, \fB\-\-prompt\-all\fR
+Prompt for ALL values (even if optional)
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+Produce verbose output. A second \-v displays the XML\-RPC request
.SH "COMMANDS"
The principal function of the CLI is to execute administrative commands specified by the \fICOMMAND\fR argument. The majority of commands are executed remotely over XML\-RPC on a IPA server listed in the configuration file (see FILES section of this manual page).