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:
parent
71dc7a6808
commit
1090bfd9bb
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user