summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/usingpoky.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 743db7c54d..5799b2b973 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -199,7 +199,8 @@
199 <literallayout class='monospaced'> 199 <literallayout class='monospaced'>
200 $ bitbake matchbox-desktop -c listtasks 200 $ bitbake matchbox-desktop -c listtasks
201 </literallayout> 201 </literallayout>
202 The results are in the file <filename>${WORKDIR}/temp/log.do_listtasks</filename>. 202 The results appear as output to the console and are also in the
203 file <filename>${WORKDIR}/temp/log.do_listtasks</filename>.
203 </para> 204 </para>
204 </section> 205 </section>
205 206