mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s4:python tests - fix script names in the help text
This commit is contained in:
@ -35,7 +35,7 @@ import samba.tests
|
||||
from subunit.run import SubunitTestRunner
|
||||
import unittest
|
||||
|
||||
parser = optparse.OptionParser("passwords [options] <host>")
|
||||
parser = optparse.OptionParser("passwords.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