]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool dns query --help: Someone forgot 'PTR' from the list of record types
authorRowland Penny <rpenny@samba.org>
Fri, 5 Jun 2020 06:56:21 +0000 (07:56 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 11 Jun 2020 04:37:37 +0000 (04:37 +0000)
Signed-off-by: Rowland Penny <rpenny@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Jun 11 04:37:37 UTC 2020 on sn-devel-184

python/samba/netcmd/dns.py

index 6faa54d1a8eb2c0b0aaeb18aba225c49792a13ec..d4b06929aa3b4a08f3a84e12c2c1c7707ed26ff3 100644 (file)
@@ -790,7 +790,8 @@ class cmd_zonedelete(Command):
 class cmd_query(Command):
     """Query a name."""
 
-    synopsis = '%prog <server> <zone> <name> <A|AAAA|CNAME|MX|NS|SOA|SRV|TXT|ALL> [options]'
+    synopsis = ('%prog <server> <zone> <name> '
+                '<A|AAAA|PTR|CNAME|MX|NS|SOA|SRV|TXT|ALL> [options]')
 
     takes_args = ['server', 'zone', 'name', 'rtype']