diff --git a/osc/commandline.py b/osc/commandline.py index 6749d1df..05faaac1 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -7289,7 +7289,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. package = pac, target_filename = fname, target_mtime = i.mtime, - progress_meter = opts.quiet) + progress_meter = not opts.quiet) @cmdln.option('-b', '--bugowner', action='store_true',