mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
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:
parent
e8c8134eee
commit
54e3859595
@ -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,
|
||||
),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user