mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
s4-devel-getncchanges: Add common Samba options as a group to be displayed
Those options are processed but never shown with --help argument
This commit is contained in:
@ -54,6 +54,7 @@ def do_DsBind(drs):
|
||||
if __name__ == "__main__":
|
||||
parser = OptionParser("getncchanges [options] server")
|
||||
sambaopts = options.SambaOptions(parser)
|
||||
parser.add_option_group(sambaopts)
|
||||
credopts = options.CredentialsOptionsDouble(parser)
|
||||
parser.add_option_group(credopts)
|
||||
|
||||
|
Reference in New Issue
Block a user