diff options
author | Petr Spacek <pspacek@redhat.com> | 2016-08-22 08:33:34 +0200 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2016-08-22 19:14:55 +0200 |
commit | 1142c3a28079316e2946ef008ad52e7e4cf89863 (patch) | |
tree | 31adbc45e7022701e084774128505a1c95e5e203 | |
parent | 8006aa2106503515026605c362b049e1c490bc24 (diff) | |
download | freeipa-1142c3a28079316e2946ef008ad52e7e4cf89863.tar.gz freeipa-1142c3a28079316e2946ef008ad52e7e4cf89863.tar.xz freeipa-1142c3a28079316e2946ef008ad52e7e4cf89863.zip |
Fix man page ipa-replica-manage: remove duplicate -c option from --no-lookup
https://fedorahosted.org/freeipa/ticket/6233
Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r-- | install/tools/man/ipa-replica-manage.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/tools/man/ipa-replica-manage.1 b/install/tools/man/ipa-replica-manage.1 index 34cd314a5..ed975c92c 100644 --- a/install/tools/man/ipa-replica-manage.1 +++ b/install/tools/man/ipa-replica-manage.1 @@ -109,12 +109,12 @@ Provide additional information \fB\-f\fR, \fB\-\-force\fR Ignore some types of errors, don't prompt when deleting a master .TP -\fB\-c\fR, \fB\-\-no\-lookup\fR -Do not perform DNS lookup checks. -.TP \fB\-c\fR, \fB\-\-cleanup\fR When deleting a master with the \-\-force flag, remove leftover references to an already deleted master. .TP +\fB\-\-no\-lookup\fR +Do not perform DNS lookup checks. +.TP \fB\-\-binddn\fR=\fIADMIN_DN\fR Bind DN to use with remote server (default is cn=Directory Manager) \- Be careful to quote this value on the command line .TP |