diff options
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 e31a636024..39aa3ec383 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -148,7 +148,7 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters): | |||
148 | parser.add_option("-s", "--show-versions", help = "Show current and preferred versions of all recipes.", | 148 | parser.add_option("-s", "--show-versions", help = "Show current and preferred versions of all recipes.", |
149 | action = "store_true", dest = "show_versions", default = False) | 149 | action = "store_true", dest = "show_versions", default = False) |
150 | 150 | ||
151 | parser.add_option("-e", "--environment", help = "Show the global or per-package environment complete with information about where variables were set/changed.", | 151 | parser.add_option("-e", "--environment", help = "Show the global or per-recipe environment complete with information about where variables were set/changed.", |
152 | action = "store_true", dest = "show_environment", default = False) | 152 | action = "store_true", dest = "show_environment", default = False) |
153 | 153 | ||
154 | parser.add_option("-g", "--graphviz", help = "Save dependency tree information for the specified targets in the dot syntax.", | 154 | parser.add_option("-g", "--graphviz", help = "Save dependency tree information for the specified targets in the dot syntax.", |