Fix dnszone-mod --forwader option help string

Help should not point to global forwarders but rather to per-zone
conditional forwarders.

https://fedorahosted.org/freeipa/ticket/2717
This commit is contained in:
Martin Kosek
2012-06-05 10:42:43 +02:00
parent d31f0c2d33
commit 52a9eb7a9c

View File

@@ -1661,7 +1661,7 @@ class dnszone(LDAPObject):
_validate_bind_forwarder,
cli_name='forwarder',
label=_('Zone forwarders'),
doc=_('A list of global forwarders. A custom port can be specified ' \
doc=_('A list of per-zone forwarders. A custom port can be specified '
'for each forwarder using a standard format "IP_ADDRESS port PORT"'),
csv=True,
),