From cc7f390bf940a2f009e16c3811e38424d62ca2dd Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 10 Nov 2010 13:35:30 +0100 Subject: s4:python tests - fix script names in the help text --- source4/dsdb/tests/python/acl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/tests/python/acl.py') diff --git a/source4/dsdb/tests/python/acl.py b/source4/dsdb/tests/python/acl.py index 5d6ce25248..aaf68b5c03 100755 --- a/source4/dsdb/tests/python/acl.py +++ b/source4/dsdb/tests/python/acl.py @@ -32,7 +32,7 @@ import samba.tests from subunit.run import SubunitTestRunner import unittest -parser = optparse.OptionParser("ldap [options] ") +parser = optparse.OptionParser("acl.py [options] ") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) -- cgit