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

Remove the '-A' option from the 'maintainer' command

It conflicts with the global '-A/--apiurl' option.
Use the long '--all' version from now on.
This commit is contained in:
Daniel Mach 2022-08-26 17:02:21 +02:00
parent 98b76d14b6
commit 3763bff901

View File

@ -8092,7 +8092,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('-A', '--all', action='store_true',
@cmdln.option('--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)')