summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_tkey.py
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2021-05-11 11:21:21 +1200
committerJeremy Allison <jra@samba.org>2021-09-04 00:10:37 +0000
commitb59fc43523fb795bfab6846c266474873a15fdb9 (patch)
tree9cc37577b007df692bf553640da744c951026f3a /python/samba/tests/dns_tkey.py
parentad3498ab1643459719cdef24903379245ee9cefe (diff)
downloadsamba-b59fc43523fb795bfab6846c266474873a15fdb9.tar.gz
python: Fix usage strings
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'python/samba/tests/dns_tkey.py')
-rw-r--r--python/samba/tests/dns_tkey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/dns_tkey.py b/python/samba/tests/dns_tkey.py
index 07316271d56..42f73ba2921 100644
--- a/python/samba/tests/dns_tkey.py
+++ b/python/samba/tests/dns_tkey.py
@@ -23,7 +23,7 @@ from samba.dcerpc import dns
from samba.tests.subunitrun import SubunitOptions, TestProgram
from samba.tests.dns_base import DNSTKeyTest
-parser = optparse.OptionParser("dns.py <server name> <server ip> [options]")
+parser = optparse.OptionParser("dns_tkey.py <server name> <server ip> [options]")
sambaopts = options.SambaOptions(parser)
parser.add_option_group(sambaopts)