host_del: update help for --updatedns option

Clarify that dns removes only A, AAAA, PTR, SSHFP records of the host(s) managed by IPA DNS.

https://fedorahosted.org/freeipa/ticket/5675

Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
Martin Basti 2016-04-01 12:02:11 +02:00
parent e8c8134eee
commit 54e3859595

View File

@ -718,7 +718,8 @@ class host_del(LDAPDelete):
takes_options = LDAPDelete.takes_options + (
Flag('updatedns?',
doc=_('Remove entries from DNS'),
doc=_('Remove A, AAAA, SSHFP and PTR records of the host(s) '
'managed by IPA DNS'),
default=False,
),
)