summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 5c0b2d4d2a..b173f16ce1 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -139,8 +139,8 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters):
139 parser.add_option("-n", "--dry-run", help = "Don't execute, just go through the motions.", 139 parser.add_option("-n", "--dry-run", help = "Don't execute, just go through the motions.",
140 action = "store_true", dest = "dry_run", default = False) 140 action = "store_true", dest = "dry_run", default = False)
141 141
142 parser.add_option("-S", "--dump-signatures", help = "Don't execute, just dump out the signature construction information.", 142 parser.add_option("-S", "--dump-signatures", help = "Dump out the signature construction information, with no task execution. Parameters are passed to the signature handling code, use 'none' if no specific handler is required.",
143 action = "store_true", dest = "dump_signatures", default = False) 143 action = "append", dest = "dump_signatures", default = [])
144 144
145 parser.add_option("-p", "--parse-only", help = "Quit after parsing the BB recipes.", 145 parser.add_option("-p", "--parse-only", help = "Quit after parsing the BB recipes.",
146 action = "store_true", dest = "parse_only", default = False) 146 action = "store_true", dest = "parse_only", default = False)