summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-dns-install
diff options
context:
space:
mode:
authorOndrej Hamada <ohamada@redhat.com>2012-01-31 15:16:56 +0100
committerRob Crittenden <rcritten@redhat.com>2012-02-02 17:50:55 -0500
commit2e860f6d070db3b2fe8799891c3e568ac48a1fac (patch)
tree1f50c7b36f7da81bec5beb4db105a27b143e0f91 /install/tools/ipa-dns-install
parentb2239d533d673ea6a92c274c4ab1964bc510184f (diff)
downloadfreeipa-2e860f6d070db3b2fe8799891c3e568ac48a1fac.tar.gz
freeipa-2e860f6d070db3b2fe8799891c3e568ac48a1fac.tar.xz
freeipa-2e860f6d070db3b2fe8799891c3e568ac48a1fac.zip
Fix 'no-reverse' option description
The description of 'no-reverse' option was fixed in both code and manpages of ipa-replica-install and ipa-dns-install. https://fedorahosted.org/freeipa/ticket/2161
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 98929bdc3..70cc00d33 100755
--- a/install/tools/ipa-dns-install
+++ b/install/tools/ipa-dns-install
@@ -48,7 +48,7 @@ def parse_options():
default=False, help="Do not add any DNS forwarders, use root servers instead")
parser.add_option("--reverse-zone", dest="reverse_zone", help="The reverse DNS zone to use")
parser.add_option("--no-reverse", dest="no_reverse", action="store_true",
- default=False, help="Do not create reverse DNS zone")
+ default=False, help="Do not create new reverse DNS zone")
parser.add_option("--zonemgr", action="callback", callback=bindinstance.zonemgr_callback,
type="string",
help="DNS zone manager e-mail address. Defaults to root")