From: Joseph Sutton Date: Thu, 24 Aug 2023 23:13:56 +0000 (+1200) Subject: s4:dsdb:tests: Fix usage lines X-Git-Tag: tevent-0.16.0~753 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7ef6d04157ce38931a2eb04103a0ee4d6006de;p=thirdparty%2Fsamba.git s4:dsdb:tests: Fix usage lines Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/tests/python/acl_modify.py b/source4/dsdb/tests/python/acl_modify.py index 026315d43b6..cb59901f0fa 100755 --- a/source4/dsdb/tests/python/acl_modify.py +++ b/source4/dsdb/tests/python/acl_modify.py @@ -23,7 +23,7 @@ import samba.tests import samba.dsdb -parser = optparse.OptionParser("acl.py [options] ") +parser = optparse.OptionParser("acl_modify.py [options] ") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) diff --git a/source4/dsdb/tests/python/priv_attrs.py b/source4/dsdb/tests/python/priv_attrs.py index 74b3d1ef530..74c30d53781 100644 --- a/source4/dsdb/tests/python/priv_attrs.py +++ b/source4/dsdb/tests/python/priv_attrs.py @@ -38,7 +38,7 @@ from samba.dsdb import ( ) -parser = optparse.OptionParser("user_account_control.py [options] ") +parser = optparse.OptionParser("priv_attrs.py [options] ") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser))