1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-22 21:16:16 +01:00

Align --no-service commit command parameter to build command param

style.
This commit is contained in:
Sascha Peilicke 2011-06-16 12:06:03 +02:00
parent 881641d479
commit d22b2a6523

View File

@ -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