diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-06-03 17:07:24 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-06-03 17:08:22 -0400 |
commit | 1dd7b11b0b5697f86f4d486fbe9509484ae2065a (patch) | |
tree | 8557e57432ea408b69dc6af27cc795c8db3716cc /ipa.1 | |
parent | 4924270b453655270da03b14f3e7825713820f0a (diff) | |
download | freeipa-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.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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). |