summaryrefslogtreecommitdiffstats
path: root/bitbake/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin/bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 6ae5bfaf89..33e8933c90 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -710,7 +710,7 @@ Default BBFILES are the .bb files in the current directory.""" )
710 parser.add_option( "-i", "--interactive", help = "drop into the interactive mode also called the BitBake shell.", 710 parser.add_option( "-i", "--interactive", help = "drop into the interactive mode also called the BitBake shell.",
711 action = "store_true", dest = "interactive", default = False ) 711 action = "store_true", dest = "interactive", default = False )
712 712
713 parser.add_option( "-c", "--cmd", help = "Specify task to execute. Note that this only executes the specified task for the providee and the packages it depends on, i.e. 'compile' does not implicitly call stage for the dependencies (IOW: use only if you know what you are doing). Depending on the base.bbclass a listtaks tasks is defined and will show available tasks", 713 parser.add_option( "-c", "--cmd", help = "Specify task to execute. Note that this only executes the specified task for the providee and the packages it depends on, i.e. 'compile' does not implicitly call stage for the dependencies (IOW: use only if you know what you are doing). Depending on the base.bbclass a listtasks tasks is defined and will show available tasks",
714 action = "store", dest = "cmd" ) 714 action = "store", dest = "cmd" )
715 715
716 parser.add_option( "-r", "--read", help = "read the specified file before bitbake.conf", 716 parser.add_option( "-r", "--read", help = "read the specified file before bitbake.conf",