mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
samba-tool: be consistent in accepting -q for --quiet
Not all commands accept --quiet, and not all of those that do use it. Some already accept -q, and it is not used anywhere for anything else. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
432719c6e5
commit
78fbe1ff32
@@ -647,7 +647,7 @@ class cmd_drs_clone_dc_database(Command):
|
||||
takes_options = [
|
||||
Option("--server", help="DC to join", type=str),
|
||||
Option("--targetdir", help="where to store provision (required)", type=str),
|
||||
Option("--quiet", help="Be quiet", action="store_true"),
|
||||
Option("-q", "--quiet", help="Be quiet", action="store_true"),
|
||||
Option("--include-secrets", help="Also replicate secret values", action="store_true"),
|
||||
Option("-v", "--verbose", help="Be verbose", action="store_true")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user