From 1dd7b11b0b5697f86f4d486fbe9509484ae2065a Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 3 Jun 2010 17:07:24 -0400 Subject: 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. --- ipa.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ipa.1') 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). -- cgit