diff options
author | Rob Crittenden <rcrit@ipa.greyoak.com> | 2008-07-01 14:18:16 -0400 |
---|---|---|
committer | Rob Crittenden <rcrit@ipa.greyoak.com> | 2008-07-03 15:26:27 -0400 |
commit | 469fc7663c051ab902d2bec891dca36c673b0040 (patch) | |
tree | 4cf7d85dbebb85fd868b67a8ef31f8a7b5416ef9 /ipa-admintools/man/ipa-passwd.1 | |
parent | fb9f92c9f3dad3b16a739d46928bf8d72cdaf5ac (diff) | |
download | freeipa.git-469fc7663c051ab902d2bec891dca36c673b0040.tar.gz freeipa.git-469fc7663c051ab902d2bec891dca36c673b0040.tar.xz freeipa.git-469fc7663c051ab902d2bec891dca36c673b0040.zip |
Add documentation for -v/--verbose option
451117
Diffstat (limited to 'ipa-admintools/man/ipa-passwd.1')
-rw-r--r-- | ipa-admintools/man/ipa-passwd.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ipa-admintools/man/ipa-passwd.1 b/ipa-admintools/man/ipa-passwd.1 index a2f698ce..4554d5d2 100644 --- a/ipa-admintools/man/ipa-passwd.1 +++ b/ipa-admintools/man/ipa-passwd.1 @@ -26,5 +26,9 @@ ipa\-password [\fIuser\fR] Changes the current user's password. If a \fIuser\fR is included on the command\-line then that user's password is modified. The user is the name in the kerberos principal, so it may not match username. +.SH "OPTIONS" +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Display the XML\-RPC request and response for more verbose debugging output. .SH "EXIT STATUS" The exit status is 0 on success, nonzero on error. |