mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
remove special case for 'se' to perform an exact match by default
zypper for example doesn't do that either.
This commit is contained in:
parent
79cada9493
commit
f9c2aaaf27
@ -3081,14 +3081,10 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
osc se ...
|
||||
${cmd_option_list}
|
||||
|
||||
'osc se' is a shorthand for 'osc search -e'
|
||||
|
||||
osc search does not find binary rpm names. Use
|
||||
http://software.opensuse.org/search?q=binaryname
|
||||
"""
|
||||
|
||||
if subcmd == 'se':
|
||||
opts.exact = True
|
||||
if opts.mine:
|
||||
opts.bugowner = True
|
||||
opts.package = True
|
||||
|
Loading…
Reference in New Issue
Block a user