Fix docs typo (from ross@o-hand.com)
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 6 Dec 2006 20:10:31 +0000 (20:10 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 6 Dec 2006 20:10:31 +0000 (20:10 +0000)
bin/bitbake
doc/manual/usermanual.xml

index 594454d..ad69ca6 100755 (executable)
@@ -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",
index 7eb1203..4db4527 100644 (file)
@@ -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