]> code.ossystems Code Review - openembedded-core.git/commit
devtool: search: tweak help text
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 26 Feb 2018 01:50:01 +0000 (14:50 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Mar 2018 22:09:18 +0000 (22:09 +0000)
commitcc68971557fe065e59ff47657f650051eb85db3c
tree00a1e0a7922fa8b30c49749d581e8891184c8f74
parentb8406383886d09a80a9a002150dcf364fa9902d7
devtool: search: tweak help text

* We now match on more than just target recipes, so don't specify that
  only target recipes are searched.
* We're printing the SUMMARY value in addition to the name, so mention
  that so it's clear where that text is coming from.
* Remind users that they should use quotes around the keyword to avoid
  shell expansion when using regular expressions.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/search.py