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