aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-12-06 20:10:31 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-12-06 20:10:31 +0000
commite142e86dd15d13f8ffc4b5e0ecbf764277fccbda (patch)
tree0255df0d9be6babc516ac310b6d514da2b7650e3 /bin
parentd0d0082e2f329082c193d5b1f9d45a25b1a18afe (diff)
downloadbitbake-e142e86dd15d13f8ffc4b5e0ecbf764277fccbda.tar.gz
Fix docs typo (from ross@o-hand.com)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 594454db0..ad69ca679 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -710,7 +710,7 @@ Default BBFILES are the .bb files in the current directory.""" )
parser.add_option( "-i", "--interactive", help = "drop into the interactive mode also called the BitBake shell.",
action = "store_true", dest = "interactive", default = False )
- 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",
+ 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",
action = "store", dest = "cmd" )
parser.add_option( "-r", "--read", help = "read the specified file before bitbake.conf",