mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
samba-tool: add -v to drs --verbose
Sometimes we accept -v for --verbose, sometimes we don't. Let's be a bit more consistent. 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
a3cc5ee85d
commit
432719c6e5
@@ -649,7 +649,7 @@ class cmd_drs_clone_dc_database(Command):
|
||||
Option("--targetdir", help="where to store provision (required)", type=str),
|
||||
Option("--quiet", help="Be quiet", action="store_true"),
|
||||
Option("--include-secrets", help="Also replicate secret values", action="store_true"),
|
||||
Option("--verbose", help="Be verbose", action="store_true")
|
||||
Option("-v", "--verbose", help="Be verbose", action="store_true")
|
||||
]
|
||||
|
||||
takes_args = ["domain"]
|
||||
|
||||
Reference in New Issue
Block a user