diff --git a/osc/commandline.py b/osc/commandline.py index 8bf15238..47c01eaf 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3801,7 +3801,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. help='deprecated, don\'t use it') @cmdln.option('-v', '--verbose', default=False, action="store_true", help='Run the source services with verbose information') - @cmdln.option('--skip-local-service-run', default=False, action="store_true", + @cmdln.option('--skip-local-service-run', '--noservice', default=False, action="store_true", help='Skip service run of configured source services for local run') def do_commit(self, subcmd, opts, *args): """${cmd_name}: Upload content to the repository server