mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user