summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
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 71f2f469f5..6df56d8b2c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8865,7 +8865,7 @@ Some notes from Cal:
8865 Use the following BitBake command form to fetch all the 8865 Use the following BitBake command form to fetch all the
8866 necessary sources without starting the build: 8866 necessary sources without starting the build:
8867 <literallayout class='monospaced'> 8867 <literallayout class='monospaced'>
8868 $ bitbake -c fetchall <replaceable>target</replaceable> 8868 $ bitbake -c <replaceable>target</replaceable> runall="fetch"
8869 </literallayout> 8869 </literallayout>
8870 This variation of the BitBake command guarantees that you 8870 This variation of the BitBake command guarantees that you
8871 have all the sources for that BitBake target should you 8871 have all the sources for that BitBake target should you