diff options
author | Petr Viktorin <pviktori@redhat.com> | 2012-02-06 07:59:47 -0500 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-02-07 09:56:20 +0100 |
commit | 5362b0b566c39f04382ad3e55080d4e68a140348 (patch) | |
tree | 036a21eed6485b48232366cee9de1607de60343f /install/tools | |
parent | cbd77cae0a2b8b9ee51ff5aced8c215805d7f12e (diff) | |
download | freeipa.git-5362b0b566c39f04382ad3e55080d4e68a140348.tar.gz freeipa.git-5362b0b566c39f04382ad3e55080d4e68a140348.tar.xz freeipa.git-5362b0b566c39f04382ad3e55080d4e68a140348.zip |
Fix/add options in ipa-managed-entries man page
* The --entry option was wrongly listed as --entries; fix that.
https://fedorahosted.org/freeipa/ticket/2277
* Add the --help option
Diffstat (limited to 'install/tools')
-rw-r--r-- | install/tools/man/ipa-managed-entries.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/install/tools/man/ipa-managed-entries.1 b/install/tools/man/ipa-managed-entries.1 index 24d8d56c..59b04c39 100644 --- a/install/tools/man/ipa-managed-entries.1 +++ b/install/tools/man/ipa-managed-entries.1 @@ -16,7 +16,7 @@ .\" .\" Author: Jr Aquino <jr.aquino@citrix.com> .\" -.TH "ipa-managed-entries" "1" "Sept 15 2011" "FreeIPA" "FreeIPA Manual +.TH "ipa-managed-entries" "1" "Feb 06 2012" "FreeIPA" "FreeIPA Manual Pages" .SH "NAME" ipa\-managed\-entries \- Enables or disables the schema Managed Entry plugins @@ -35,10 +35,13 @@ Directory Server will need to be restarted after the Managed Entry plugin has be .SH "OPTIONS" .TP +\fB\-h\fR, \fB\-\-help\fR +Show a help message and exit +.TP \fB\-d\fR, \fB\-\-debug\fR Enable debug logging when more verbose output is needed .TP -\fB\-e\fR, \fB\-\-entries\fR +\fB\-e\fR, \fB\-\-entry\fR DN for the Managed Entry Definition .TP \fB\-l\fR, \fB-\-list\fR |