mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
enableaccount: Use correct command name in usage output.
(This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269)
This commit is contained in:
parent
bf3f3af926
commit
6576a022b8
@ -17,7 +17,7 @@ import ldb
|
||||
from samba.auth import system_session
|
||||
from samba.samdb import SamDB
|
||||
|
||||
parser = optparse.OptionParser("setpassword [username] [options]")
|
||||
parser = optparse.OptionParser("enableaccount [username] [options]")
|
||||
sambaopts = options.SambaOptions(parser)
|
||||
parser.add_option_group(sambaopts)
|
||||
parser.add_option_group(options.VersionOptions(parser))
|
||||
|
Loading…
x
Reference in New Issue
Block a user