summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/main.py')
-rwxr-xr-xbitbake/lib/bb/main.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py
index 6e6a346a06..a488c3d18e 100755
--- a/bitbake/lib/bb/main.py
+++ b/bitbake/lib/bb/main.py
@@ -150,11 +150,6 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters):
150 "failed and anything depending on it cannot be built, as much as " 150 "failed and anything depending on it cannot be built, as much as "
151 "possible will be built before stopping.") 151 "possible will be built before stopping.")
152 152
153 parser.add_option("-a", "--tryaltconfigs", action="store_true",
154 dest="tryaltconfigs", default=False,
155 help="Continue with builds by trying to use alternative providers "
156 "where possible.")
157
158 parser.add_option("-f", "--force", action="store_true", dest="force", default=False, 153 parser.add_option("-f", "--force", action="store_true", dest="force", default=False,
159 help="Force the specified targets/task to run (invalidating any " 154 help="Force the specified targets/task to run (invalidating any "
160 "existing stamp file).") 155 "existing stamp file).")