summaryrefslogtreecommitdiffstats
path: root/bin/bitbake-layers
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-07-24 12:41:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-02 17:03:57 +0100
commit17217ff707e41780cb473b9cdd2621dd18b982c2 (patch)
treeb5974c4fe4288542424c69d2eaa97ec4d7285e6f /bin/bitbake-layers
parentf9b81e44b2e71b4de6729bd2c69b25fd619b5fed (diff)
downloadbitbake-contrib-17217ff707e41780cb473b9cdd2621dd18b982c2.tar.gz
bitbake-layers: fix help for show-overlayed to match behaviour
show-overlayed actually lists the same recipe in multiple layers regardless of priority, so change the help description to match. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin/bitbake-layers')
-rwxr-xr-xbin/bitbake-layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index 6d35386ca..1dacc258b 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -138,7 +138,7 @@ class Commands(cmd.Cmd):
def do_show_overlayed(self, args):
- """list overlayed recipes (where the same recipe exists in another layer that has a higher layer priority)
+ """list overlayed recipes (where the same recipe exists in another layer)
usage: show-overlayed [-f] [-s]