From 17217ff707e41780cb473b9cdd2621dd18b982c2 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 24 Jul 2012 12:41:24 +0100 Subject: 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 Signed-off-by: Richard Purdie --- bin/bitbake-layers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bitbake-layers') 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] -- cgit 1.2.3-korg