diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-10 13:35:30 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-11-11 09:12:24 +0100 |
commit | cc7f390bf940a2f009e16c3811e38424d62ca2dd (patch) | |
tree | f6856ec1bd6b6065f3ff5d52abe8e94737781d1d /source4/dsdb/tests/python/ldap_schema.py | |
parent | ee50bdd42f01bfcebb2e75a923a01fa1d18e5694 (diff) | |
download | samba-cc7f390bf940a2f009e16c3811e38424d62ca2dd.tar.gz samba-cc7f390bf940a2f009e16c3811e38424d62ca2dd.tar.bz2 samba-cc7f390bf940a2f009e16c3811e38424d62ca2dd.zip |
s4:python tests - fix script names in the help text
Diffstat (limited to 'source4/dsdb/tests/python/ldap_schema.py')
-rwxr-xr-x | source4/dsdb/tests/python/ldap_schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/ldap_schema.py b/source4/dsdb/tests/python/ldap_schema.py index f99a8405cf..77dd6cc25a 100755 --- a/source4/dsdb/tests/python/ldap_schema.py +++ b/source4/dsdb/tests/python/ldap_schema.py @@ -28,7 +28,7 @@ from samba.dsdb import DS_DOMAIN_FUNCTION_2003 from subunit.run import SubunitTestRunner import unittest -parser = optparse.OptionParser("ldap [options] <host>") +parser = optparse.OptionParser("ldap_schema.py [options] <host>") sambaopts = options.SambaOptions(parser) parser.add_option_group(sambaopts) parser.add_option_group(options.VersionOptions(parser)) |