1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00

- fix --no-checks description

This commit is contained in:
Adrian Schröter 2014-03-03 11:59:45 +01:00
parent 8b058b3a47
commit 46b8f2613f

View File

@ -5474,7 +5474,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('--noinit', '--no-init', action='store_true',
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.')
help='Do not run build checks on the resulting packages.')
@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',