diff options
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 1c8034b661..f325f0e233 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -324,7 +324,7 @@ | |||
324 | <para> | 324 | <para> |
325 | You can run this task using BitBake as follows: | 325 | You can run this task using BitBake as follows: |
326 | <literallayout class='monospaced'> | 326 | <literallayout class='monospaced'> |
327 | $ bitbake -c clean <recipe> | 327 | $ bitbake -c clean <replaceable>recipe</replaceable> |
328 | </literallayout> | 328 | </literallayout> |
329 | </para> | 329 | </para> |
330 | 330 | ||
@@ -338,7 +338,7 @@ | |||
338 | If you want to remove the sstate cache files for the recipe, | 338 | If you want to remove the sstate cache files for the recipe, |
339 | you need to use the | 339 | you need to use the |
340 | <link linkend='ref-tasks-cleansstate'><filename>do_cleansstate</filename></link> | 340 | <link linkend='ref-tasks-cleansstate'><filename>do_cleansstate</filename></link> |
341 | task instead (i.e. <filename>bitbake -c cleansstate <recipe></filename>). | 341 | task instead (i.e. <filename>bitbake -c cleansstate</filename> <replaceable>recipe</replaceable>). |
342 | </para> | 342 | </para> |
343 | </section> | 343 | </section> |
344 | 344 | ||
@@ -359,7 +359,7 @@ | |||
359 | <para> | 359 | <para> |
360 | You can run this task using BitBake as follows: | 360 | You can run this task using BitBake as follows: |
361 | <literallayout class='monospaced'> | 361 | <literallayout class='monospaced'> |
362 | $ bitbake -c cleanall <recipe> | 362 | $ bitbake -c cleanall <replaceable>recipe</replaceable> |
363 | </literallayout> | 363 | </literallayout> |
364 | </para> | 364 | </para> |
365 | 365 | ||
@@ -389,7 +389,7 @@ | |||
389 | <para> | 389 | <para> |
390 | You can run this task using BitBake as follows: | 390 | You can run this task using BitBake as follows: |
391 | <literallayout class='monospaced'> | 391 | <literallayout class='monospaced'> |
392 | $ bitbake -c cleansstate <recipe> | 392 | $ bitbake -c cleansstate <replaceable>recipe</replaceable> |
393 | </literallayout> | 393 | </literallayout> |
394 | </para> | 394 | </para> |
395 | 395 | ||
@@ -404,7 +404,7 @@ | |||
404 | If you need to build a target from scratch using remote | 404 | If you need to build a target from scratch using remote |
405 | mirrors, use the "-f" option as follows: | 405 | mirrors, use the "-f" option as follows: |
406 | <literallayout class='monospaced'> | 406 | <literallayout class='monospaced'> |
407 | $ bitbake -f -c do_cleansstate <target> | 407 | $ bitbake -f -c do_cleansstate <replaceable>target</replaceable> |
408 | </literallayout> | 408 | </literallayout> |
409 | </note> | 409 | </note> |
410 | </para> | 410 | </para> |