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:17 -0400 |
commit | 5f991c99be8897a97681992c63469db7d4ce4d6a (patch) | |
tree | e2e323d90acd9a8b6777d3e84671efd145286b55 /ipa-admintools/man/ipa-passwd.1 | |
parent | 23a9b65c9c0c82985cdc0efbe15c9530ab9da72d (diff) | |
download | freeipa-ipa-1-0.tar.gz freeipa-ipa-1-0.tar.xz freeipa-ipa-1-0.zip |
Add documentation for -v/--verbose optionipa-1-0
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 a2f698ce6..4554d5d25 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. |