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-finduser.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-finduser.1')
-rw-r--r-- | ipa-admintools/man/ipa-finduser.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ipa-admintools/man/ipa-finduser.1 b/ipa-admintools/man/ipa-finduser.1 index 144b8637d..1730daba5 100644 --- a/ipa-admintools/man/ipa-finduser.1 +++ b/ipa-admintools/man/ipa-finduser.1 @@ -32,7 +32,12 @@ All entries that match are displayed. .TP \fB\-a\fR, \fB\-\-all Display all attributes - +.TP +\fB\-n\fR, \fB\-\-notranslate\fR +Don't translate the LDAP attribute names to labels that match the UI. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +Display the XML\-RPC request and response for more verbose debugging output. .PP By default, the full name, home directory, login shell, and username fields are displayed. .SH "EXIT STATUS" |