From d22b2a65233af6acb42f0761f6f7b70b6e7ab1df Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 16 Jun 2011 12:06:03 +0200 Subject: [PATCH] Align --no-service commit command parameter to build command param style. --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 853199ac..5fa720ff 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3655,7 +3655,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. help='Skip the source validation') @cmdln.option('-v', '--verbose', default=False, action="store_true", help='Run the source services and validation with verbose information') - @cmdln.option('--skip-local-service-run', default=False, action="store_true", + @cmdln.option('--no-service', default=False, action="store_true", help='Skip service run of \'localonly\' or \'trylocal\' configured source services') def do_commit(self, subcmd, opts, *args): """${cmd_name}: Upload content to the repository server