From: Garming Sam Date: Wed, 31 Jan 2018 03:12:05 +0000 (+1300) Subject: samba-tool/dns: Clarify the cleanup subcommand X-Git-Tag: tevent-0.9.36~194 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=90e74fc15a8366c775d12a0817b63b6539f1cdd6;p=samba.git samba-tool/dns: Clarify the cleanup subcommand Signed-off-by: Garming Sam Reviewed-by: Douglas Bagnall --- diff --git a/python/samba/netcmd/dns.py b/python/samba/netcmd/dns.py index 04c3d8bf2d1..33f81ee7fca 100644 --- a/python/samba/netcmd/dns.py +++ b/python/samba/netcmd/dns.py @@ -1080,8 +1080,9 @@ class cmd_cleanup_record(Command): samba-tool dns cleanup dc1 dc1.samdom.test.site -U USER%PASSWORD - NOTE: This command doesn't delete the DNS records, - it only mark the `dNSTombstoned` attr as `TRUE`. + NOTE: This command in many cases will only mark the `dNSTombstoned` attr + as `TRUE` on the DNS records. Querying will no longer return results but + there may still be some placeholder entries in the database. """ synopsis = '%prog '