1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 17:56:19 +02:00

Merge pull request #1273 from dmach/commit-force-help-text

commit: Update help text for --force option
This commit is contained in:
Daniel Mach 2023-03-09 15:49:41 +01:00 committed by GitHub
commit b0cf1b4b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5013,7 +5013,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('-F', '--file', metavar='FILE',
help='read log message from FILE, \'-\' denotes standard input.')
@cmdln.option('-f', '--force', default=False, action="store_true",
help='force commit, even if there were no changes')
help='Allow empty commit with no changes. When commiting a project, allow removing packages even if other packages depend on them.')
@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):