mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
dsdb python tests: fix several usage strings
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
committed by
Andrew Bartlett
parent
52975b046c
commit
66c5082952
@ -42,7 +42,7 @@ from samba.dsdb import UF_SCRIPT, UF_ACCOUNTDISABLE, UF_00000004, UF_HOMEDIR_REQ
|
||||
UF_PARTIAL_SECRETS_ACCOUNT, UF_USE_AES_KEYS
|
||||
|
||||
|
||||
parser = optparse.OptionParser("machine_account_privilege.py [options] <host>")
|
||||
parser = optparse.OptionParser("user_account_control.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