summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-04-01 12:02:11 +0200
committerMartin Basti <mbasti@redhat.com>2016-04-13 17:44:56 +0200
commit54e3859595e1f5f2e669b8af20afdac1187d8cd7 (patch)
tree0e9e00273815a2beb3bb364c779587e2533b5b9d /ipalib
parente8c8134eee159fa6eb7c8f2156c328798abdda80 (diff)
downloadfreeipa-54e3859595e1f5f2e669b8af20afdac1187d8cd7.tar.gz
freeipa-54e3859595e1f5f2e669b8af20afdac1187d8cd7.tar.xz
freeipa-54e3859595e1f5f2e669b8af20afdac1187d8cd7.zip
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>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/host.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index ceb5afff2..20b5776dd 100644
--- a/ipalib/plugins/host.py
+++ b/ipalib/plugins/host.py
@@ -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,
),
)