summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-bitbake.xml2
-rw-r--r--documentation/ref-manual/usingpoky.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml
index 1de1148264..2f36e16eaf 100644
--- a/documentation/ref-manual/ref-bitbake.xml
+++ b/documentation/ref-manual/ref-bitbake.xml
@@ -414,7 +414,7 @@ Options:
414 -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS 414 -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS
415 Show debug logging for the specified logging domains 415 Show debug logging for the specified logging domains
416 -P, --profile Profile the command and save reports. 416 -P, --profile Profile the command and save reports.
417 -u UI, --ui=UI The user interface to use (e.g. knotty and depexp). 417 -u UI, --ui=UI The user interface to use (e.g. knotty and taskexp).
418 -t SERVERTYPE, --servertype=SERVERTYPE 418 -t SERVERTYPE, --servertype=SERVERTYPE
419 Choose which server to use, process or xmlrpc. 419 Choose which server to use, process or xmlrpc.
420 --revisions-changed Set the exit code depending on whether upstream 420 --revisions-changed Set the exit code depending on whether upstream
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 325dbd9593..d4c7127a12 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -480,7 +480,7 @@
480 You can use a different method to view dependency information 480 You can use a different method to view dependency information
481 by using the following command: 481 by using the following command:
482 <literallayout class='monospaced'> 482 <literallayout class='monospaced'>
483 $ bitbake -g -u depexp <replaceable>recipename</replaceable> 483 $ bitbake -g -u taskexp <replaceable>recipename</replaceable>
484 </literallayout> 484 </literallayout>
485 This command displays a GUI window from which you can view 485 This command displays a GUI window from which you can view
486 build-time and runtime dependencies for the recipes involved in 486 build-time and runtime dependencies for the recipes involved in