summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-dns-install
diff options
context:
space:
mode:
authorThorsten Scherf <tscherf@redhat.com>2014-11-11 15:38:01 +0100
committerMartin Kosek <mkosek@redhat.com>2014-11-14 15:38:52 +0100
commit4c670919a5b15b70ff6efb50e9bb60eb45cecdba (patch)
tree1cca4bc241ea5a5f13f892d1eca7dd1961bf4d71 /install/tools/ipa-dns-install
parentc38e2d7394522a4b4f98f9d7e1ce234fa3be985f (diff)
downloadfreeipa-4c670919a5b15b70ff6efb50e9bb60eb45cecdba.tar.gz
freeipa-4c670919a5b15b70ff6efb50e9bb60eb45cecdba.tar.xz
freeipa-4c670919a5b15b70ff6efb50e9bb60eb45cecdba.zip
Add help string on how to configure multiple DNS forwards for various cli tools
The man pages for various FreeIPA setup tools are more descriptive on how to configure multiple DNS forwarders than the corresponding cli help. This patch makes the cli help more verbose now for the following tools: * ipa-dns-install * ipa-replica-install * ipa-server-install https://fedorahosted.org/freeipa/ticket/4465 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install/tools/ipa-dns-install')
-rwxr-xr-xinstall/tools/ipa-dns-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-dns-install b/install/tools/ipa-dns-install
index 73afadf56..7d9bf6a8b 100755
--- a/install/tools/ipa-dns-install
+++ b/install/tools/ipa-dns-install
@@ -47,7 +47,7 @@ def parse_options():
default=[], action="append",
type="ip", ip_local=True, help="Master Server IP Address")
parser.add_option("--forwarder", dest="forwarders", action="append",
- type="ip", help="Add a DNS forwarder")
+ type="ip", help="Add a DNS forwarder. This option can be used multiple times")
parser.add_option("--no-forwarders", dest="no_forwarders", action="store_true",
default=False, help="Do not add any DNS forwarders, use root servers instead")
parser.add_option("--reverse-zone", dest="reverse_zones",