1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-11 16:36:14 +01:00

Merge pull request #1277 from dmach/revert-maintainer-A

Revert "Remove the '-A' option from the 'maintainer' command"
This commit is contained in:
Daniel Mach 2023-03-14 10:55:33 +01:00 committed by GitHub
commit 16367d5c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8241,7 +8241,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='define the project where this package is primarily developed')
@cmdln.option('-a', '--add', metavar='user',
help='add a new person for given role ("maintainer" by default)')
@cmdln.option('--all', action='store_true',
@cmdln.option('-A', '--all', action='store_true',
help='list all found entries not just the first one')
@cmdln.option('-s', '--set-bugowner', metavar='user',
help='Set the bugowner to specified person (or group via group: prefix)')