diff options
| author | Martin Basti <mbasti@redhat.com> | 2016-04-01 12:02:11 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-04-13 17:44:56 +0200 |
| commit | 54e3859595e1f5f2e669b8af20afdac1187d8cd7 (patch) | |
| tree | 0e9e00273815a2beb3bb364c779587e2533b5b9d | |
| parent | e8c8134eee159fa6eb7c8f2156c328798abdda80 (diff) | |
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>
| -rw-r--r-- | ipalib/plugins/host.py | 3 |
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, ), ) |
