From 94f57a169e393f659184f1d7a4df01f175521c1e Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 24 Jul 2012 12:41:24 +0100 Subject: 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 --- bitbake/bin/bitbake-layers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 6d35386cad..1dacc258b4 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] -- cgit v1.2.3-54-g00ecf