mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
samba-tool dns cleanup_record: add missing verbose/quiet options
The code for using them is already there Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
3a3929eee6
commit
3f67fb5e7e
@ -1095,6 +1095,11 @@ class cmd_cleanup_record(Command):
|
||||
"credopts": options.CredentialsOptions,
|
||||
}
|
||||
|
||||
takes_options = [
|
||||
Option("-v", "--verbose", help="Be verbose", action="store_true"),
|
||||
Option("-q", "--quiet", help="Be quiet", action="store_true"),
|
||||
]
|
||||
|
||||
def run(self, server, dnshostname, sambaopts=None, credopts=None,
|
||||
versionopts=None, verbose=False, quiet=False):
|
||||
lp = sambaopts.get_loadparm()
|
||||
|
Loading…
Reference in New Issue
Block a user