1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-28 10:46:15 +01:00

Merge pull request #383 from bgeuken/typo_fix_search

Fix typo in example for osc search
This commit is contained in:
Ana María Martínez Gómez 2018-02-18 22:52:23 +01:00 committed by GitHub
commit 6b04a6584b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7459,7 +7459,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
usage:
osc search \'search term\' <options>
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}
"""
def build_xpath(attr, what, substr = False):