summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index b9df733f3f..94f113590a 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -169,14 +169,15 @@
169 </para> 169 </para>
170 170
171 <para> 171 <para>
172 If you wish to rerun a task, use the <filename>-f</filename> force option. 172 If you wish to rerun a task, use the <filename>-f</filename> force
173 For example, the following sequence forces recompilation after changing files in the 173 option.
174 working directory. 174 For example, the following sequence forces recompilation after
175 changing files in the work directory.
175 <literallayout class='monospaced'> 176 <literallayout class='monospaced'>
176 $ bitbake matchbox-desktop 177 $ bitbake matchbox-desktop
177 . 178 .
178 . 179 .
179 [make some changes to the source code in the working directory] 180 [make some changes to the source code in the work directory]
180 . 181 .
181 . 182 .
182 $ bitbake matchbox-desktop -c compile -f 183 $ bitbake matchbox-desktop -c compile -f