mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 09:56:13 +01:00
--exact is more appropriate than --enable-exact (requested by darix)
This commit is contained in:
parent
595c94d1ca
commit
17327a3db9
@ -2289,7 +2289,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
@cmdln.option('--repos-baseurl', action='store_true',
|
||||
help='show base URLs of download repositories')
|
||||
@cmdln.option('-e', '--enable-exact', action='store_true',
|
||||
@cmdln.option('-e', '--exact', action='store_true',
|
||||
help='show only exact matches')
|
||||
@cmdln.option('--package', action='store_true',
|
||||
help='search for a package')
|
||||
|
Loading…
Reference in New Issue
Block a user