1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 01:36:16 +02:00

Fix typo in example for osc search

This commit is contained in:
Björn Geuken 2018-02-18 21:27:22 +01:00
parent 8948a26ae4
commit 030c2a41f8

View File

@ -7459,7 +7459,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
usage: usage:
osc search \'search term\' <options> osc search \'search term\' <options>
osc bse ... ('osc search --binary') osc bse ... ('osc search --binary')
osc se 'perl(Foo::Bar)' ('osc --package perl-Foo-Bar') osc se 'perl(Foo::Bar)' ('osc search --package perl-Foo-Bar')
${cmd_option_list} ${cmd_option_list}
""" """
def build_xpath(attr, what, substr = False): def build_xpath(attr, what, substr = False):