diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1e6addde4f..cc23a89f03 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -10822,7 +10822,7 @@ | |||
10822 | Use the following BitBake command form to fetch all the | 10822 | Use the following BitBake command form to fetch all the |
10823 | necessary sources without starting the build: | 10823 | necessary sources without starting the build: |
10824 | <literallayout class='monospaced'> | 10824 | <literallayout class='monospaced'> |
10825 | $ bitbake -c <replaceable>target</replaceable> runall="fetch" | 10825 | $ bitbake <replaceable>target</replaceable> --runall=fetch |
10826 | </literallayout> | 10826 | </literallayout> |
10827 | This variation of the BitBake command guarantees that you | 10827 | This variation of the BitBake command guarantees that you |
10828 | have all the sources for that BitBake target should you | 10828 | have all the sources for that BitBake target should you |