1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 21:28:42 +02:00

Merge pull request #1370 from ncounter/osc-rq-force-doc

Enhance '--force' parameter description
This commit is contained in:
2023-07-31 08:56:35 +02:00
committed by GitHub

View File

@@ -2987,7 +2987,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',