1
0
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:
Marcus Hüwe 2009-04-07 18:45:42 +00:00
parent 595c94d1ca
commit 17327a3db9

View File

@ -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')