summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-05 12:13:00 +0000
committerRoss Burton <ross@openedhand.com>2006-12-05 12:13:00 +0000
commit23af674e6d84b21c85a753d62e44f658df5f5607 (patch)
tree0a96522c3ff8444b7c394ff84cfbb84171c1e979 /bitbake
parentccd69b9c62e801eff5b79a5107552aac4435725f (diff)
downloadpoky-23af674e6d84b21c85a753d62e44f658df5f5607.tar.gz
Fix typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1005 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/bin/bitbake2
-rw-r--r--bitbake/doc/manual/usermanual.xml2
2 files changed, 2 insertions, 2 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",
diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml
index 7eb12035ad..4db452747d 100644
--- a/bitbake/doc/manual/usermanual.xml
+++ b/bitbake/doc/manual/usermanual.xml
@@ -352,7 +352,7 @@ options:
352 it depends on, i.e. 'compile' does not implicitly call 352 it depends on, i.e. 'compile' does not implicitly call
353 stage for the dependencies (IOW: use only if you know 353 stage for the dependencies (IOW: use only if you know
354 what you are doing). Depending on the base.bbclass a 354 what you are doing). Depending on the base.bbclass a
355 listtaks tasks is defined and will show available 355 listtasks tasks is defined and will show available
356 tasks 356 tasks
357 -r FILE, --read=FILE read the specified file before bitbake.conf 357 -r FILE, --read=FILE read the specified file before bitbake.conf
358 -v, --verbose output more chit-chat to the terminal 358 -v, --verbose output more chit-chat to the terminal