diff options
author | Trevor Woerner <twoerner@gmail.com> | 2012-08-25 19:26:45 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-30 17:44:07 -0700 |
commit | d410ebb6cb2bfcaff3bb508ffafd8bbc764a1923 (patch) | |
tree | e2564d8f5cb132c2509b5016ad9b489d0c9ab821 /bitbake/bin | |
parent | 3ad25057466def8c6563663848e32399288ecf64 (diff) | |
download | poky-d410ebb6cb2bfcaff3bb508ffafd8bbc764a1923.tar.gz |
bitbake: bin/bitbake: Clarify wording in help output for -s
The '-s' option shows (input) recipes, not (built/output) packages. Clarify
the help wording for this option so it is consistent with how bitbake defines
recipes and packages.
(Bitbake rev: 0cac6d647c58ae449323959220775fc1afd5bfb0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 0b4f55631d..ed2ff06309 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -142,7 +142,7 @@ Default BBFILES are the .bb files in the current directory.""") | |||
142 | parser.add_option("-p", "--parse-only", help = "quit after parsing the BB files (developers only)", | 142 | parser.add_option("-p", "--parse-only", help = "quit after parsing the BB files (developers only)", |
143 | action = "store_true", dest = "parse_only", default = False) | 143 | action = "store_true", dest = "parse_only", default = False) |
144 | 144 | ||
145 | parser.add_option("-s", "--show-versions", help = "show current and preferred versions of all packages", | 145 | parser.add_option("-s", "--show-versions", help = "show current and preferred versions of all recipes", |
146 | action = "store_true", dest = "show_versions", default = False) | 146 | action = "store_true", dest = "show_versions", default = False) |
147 | 147 | ||
148 | parser.add_option("-e", "--environment", help = "show the global or per-package environment (this is what used to be bbread)", | 148 | parser.add_option("-e", "--environment", help = "show the global or per-package environment (this is what used to be bbread)", |