1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 18:16:17 +01:00

Enhance '--force' parameter description

https://github.com/openSUSE/open-build-service/issues/3687

The code is fixed: '--force' does ignore devel-package
dependencies now. Documenting it to make it clear while using it.
This commit is contained in:
ncounter 2023-07-26 15:34:37 +02:00
parent 71dc7a6808
commit 1090bfd9bb
No known key found for this signature in database
GPG Key ID: A36A468E81A48921

View File

@ -2986,7 +2986,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('-a', '--all', action='store_true',
help='all states. Same as\'-s all\'')
@cmdln.option('-f', '--force', action='store_true',
help='enforce state change, can be used to ignore open reviews')
help='enforce state change, can be used to ignore open reviews, devel-package dependencies and more')
@cmdln.option('-s', '--state',
help='only list requests in one of the comma separated given states (new/review/accepted/revoked/declined) or "all" [default="new,review,declined"]')
@cmdln.option('-D', '--days', metavar='DAYS',