Skip to content

Commit

Permalink
Enhance '--force' parameter description
Browse files Browse the repository at this point in the history
openSUSE/open-build-service#3687

The code is fixed: '--force' does ignore devel-package
dependencies now. Documenting it to make it clear while using it.
  • Loading branch information
ncounter committed Jul 28, 2023
1 parent 71dc7a6 commit 1090bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -2986,7 +2986,7 @@ def do_changedevelrequest(self, subcmd, opts, *args):
@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',
Expand Down

0 comments on commit 1090bfd

Please sign in to comment.