summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-07-22 17:54:42 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-23 10:01:58 +0100
commit1cd369883469747a8158826bb8d67dcca2a8577f (patch)
treeb24cea05dd10466718d12a55433922eeaea121fd /bin
parent8fbffd25d42f1f2d9a85ae1d9cc4852e835730d4 (diff)
downloadbitbake-contrib-1cd369883469747a8158826bb8d67dcca2a8577f.tar.gz
"per-package" should say "per-recipe"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index e31a63602..39aa3ec38 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -148,7 +148,7 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters):
parser.add_option("-s", "--show-versions", help = "Show current and preferred versions of all recipes.",
action = "store_true", dest = "show_versions", default = False)
- parser.add_option("-e", "--environment", help = "Show the global or per-package environment complete with information about where variables were set/changed.",
+ parser.add_option("-e", "--environment", help = "Show the global or per-recipe environment complete with information about where variables were set/changed.",
action = "store_true", dest = "show_environment", default = False)
parser.add_option("-g", "--graphviz", help = "Save dependency tree information for the specified targets in the dot syntax.",