From patchwork Tue Jul 24 11:41:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] bitbake-layers: fix help for show-overlayed to match behaviour Date: Tue, 24 Jul 2012 11:41:24 -0000 From: Paul Eggleton X-Patchwork-Id: 32929 Message-Id: <1343130085-19070-1-git-send-email-paul.eggleton@linux.intel.com> To: bitbake-devel@lists.openembedded.org 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 --- bin/bitbake-layers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bitbake-layers b/bin/bitbake-layers index 6d35386..1dacc25 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]