summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-29 14:18:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-02 15:21:20 +0100
commitc79fab1be4898ec88bfddd4c4f84e76dc3a3125b (patch)
treee0067a976100b1df6ed7f456f82e4116307e9784 /doc
parentfc47bb99dbc1972dfb3a83c0f4c479963da64bcc (diff)
downloadbitbake-contrib-c79fab1be4898ec88bfddd4c4f84e76dc3a3125b.tar.gz
bitbake-user-manual: Changed bitbake command example.
Fixes [YOCTO #7718] In the "Executing a List of Task and Recipe Combinations" section, I changed the improper bitbake command example to use the correct syntax. This change was review feedback. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-intro.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index 5b3bb83d1..4d58dc456 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -648,7 +648,7 @@
recipe and <filename>taskB</filename> for the second
recipe:
<literallayout class='monospaced'>
- $ bitbake myfirstrecipe recipe:do_taskA mysecondrecipe recipe:do_taskB
+ $ bitbake myfirstrecipe:do_taskA mysecondrecipe:do_taskB
</literallayout>
</para>
</section>