diff options
| -rwxr-xr-x | bitbake/bin/bitbake-layers | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
| 138 | 138 | ||
| 139 | 139 | ||
| 140 | def do_show_overlayed(self, args): | 140 | def do_show_overlayed(self, args): |
| 141 | """list overlayed recipes (where the same recipe exists in another layer that has a higher layer priority) | 141 | """list overlayed recipes (where the same recipe exists in another layer) |
| 142 | 142 | ||
| 143 | usage: show-overlayed [-f] [-s] | 143 | usage: show-overlayed [-f] [-s] |
| 144 | 144 | ||
