summaryrefslogtreecommitdiffstats
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
parentd0d0082e2f329082c193d5b1f9d45a25b1a18afe (diff)
downloadbitbake-e142e86dd15d13f8ffc4b5e0ecbf764277fccbda.tar.gz
Fix docs typo (from ross@o-hand.com)
-rwxr-xr-xbin/bitbake2
-rw-r--r--doc/manual/usermanual.xml2
2 files changed, 2 insertions, 2 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",
diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml
index 7eb12035a..4db452747 100644
--- a/doc/manual/usermanual.xml
+++ b/doc/manual/usermanual.xml
@@ -352,7 +352,7 @@ options:
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
+ listtasks tasks is defined and will show available
tasks
-r FILE, --read=FILE read the specified file before bitbake.conf
-v, --verbose output more chit-chat to the terminal