diff --git a/osc/commandline.py b/osc/commandline.py index 43da97b5..fec67f93 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5450,7 +5450,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. help='Skip initialization of build root and start with build immediately.') @cmdln.option('--nochecks', '--no-checks', action='store_true', help='Do not run post build checks on the resulting packages.') - @cmdln.option('--no-verify', action='store_true', + @cmdln.option('--no-verify', '--noverify', action='store_true', help='Skip signature verification of packages used for build. (Global config in .oscrc: no_verify)') @cmdln.option('--noservice', '--no-service', action='store_true', help='Skip run of local source services as specified in _service file.')