Skip to content

Commit

Permalink
Fix typo in example for osc search
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Feb 18, 2018
1 parent 8948a26 commit 030c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7459,7 +7459,7 @@ def do_search(self, subcmd, opts, *args):
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):
Expand Down

0 comments on commit 030c2a4

Please sign in to comment.