mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
s4:python tests - fix script names in the help text
This commit is contained in:
@ -32,7 +32,7 @@ import samba.tests
|
||||
from subunit.run import SubunitTestRunner
|
||||
import unittest
|
||||
|
||||
parser = optparse.OptionParser("ldap [options] <host>")
|
||||
parser = optparse.OptionParser("acl.py [options] <host>")
|
||||
sambaopts = options.SambaOptions(parser)
|
||||
parser.add_option_group(sambaopts)
|
||||
parser.add_option_group(options.VersionOptions(parser))
|
||||
|
Reference in New Issue
Block a user