From: Paul Eggleton Date: Tue, 24 Jul 2012 11:41:24 +0000 (+0100) Subject: bitbake: bitbake-layers: fix help for show-overlayed to match behaviour X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94f57a169e393f659184f1d7a4df01f175521c1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: 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. (Bitbake rev: 17217ff707e41780cb473b9cdd2621dd18b982c2) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 6d35386cadd..1dacc258b42 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/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]