diff options
Diffstat (limited to 'bitbake/lib/bb/main.py')
-rwxr-xr-x | bitbake/lib/bb/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 639fc1885d..93eda3632e 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -127,7 +127,7 @@ def create_bitbake_parser(): | |||
127 | help="Execute tasks from a specific .bb recipe directly. WARNING: Does " | 127 | help="Execute tasks from a specific .bb recipe directly. WARNING: Does " |
128 | "not handle any dependencies from other recipes.") | 128 | "not handle any dependencies from other recipes.") |
129 | 129 | ||
130 | parser.add_option("-k", "--continue", action="store_false", dest="abort", default=True, | 130 | parser.add_option("-k", "--continue", action="store_false", dest="halt", default=True, |
131 | help="Continue as much as possible after an error. While the target that " | 131 | help="Continue as much as possible after an error. While the target that " |
132 | "failed and anything depending on it cannot be built, as much as " | 132 | "failed and anything depending on it cannot be built, as much as " |
133 | "possible will be built before stopping.") | 133 | "possible will be built before stopping.") |