summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-05-19 20:39:48 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-05-19 20:39:48 +0000
commit0e1ff8f8befd09b2060499e1ccddc9bb68b41118 (patch)
tree18569805381f623f32260b25a8fe1acb04419085 /doc
parentcde4e4f6a65aa8532f066cdd2e240bbe06995d0c (diff)
downloadbitbake-0e1ff8f8befd09b2060499e1ccddc9bb68b41118.tar.gz
manuals: Add missing options documentation (thanks to zecke for noticing and the patch)
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake.113
-rw-r--r--doc/manual/usermanual.xml2
2 files changed, 9 insertions, 6 deletions
diff --git a/doc/bitbake.1 b/doc/bitbake.1
index e6cbe7df0..01172d741 100644
--- a/doc/bitbake.1
+++ b/doc/bitbake.1
@@ -97,12 +97,13 @@ emit the dependency trees of the specified packages in the dot syntax
.B \-IIGNORED\_DOT\_DEPS, \-\-ignore-deps=IGNORED_DOT_DEPS
Stop processing at the given list of dependencies when generating dependency
graphs. This can help to make the graph more appealing
-.\"
-.\" Next option is only in BitBake 1.7.x (trunk)
-.\"
-.\".TP
-.\".B \-lDEBUG_DOMAINS, \-\-log-domains=DEBUG_DOMAINS
-.\"Show debug logging for the specified logging domains
+.TP
+.B \-lDEBUG_DOMAINS, \-\-log-domains=DEBUG_DOMAINS
+Show debug logging for the specified logging domains
+.TP
+.B \-P, \-\-profile
+profile the command and print a report
+.TP
.SH AUTHORS
BitBake was written by
diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml
index a79716a0a..6fb197966 100644
--- a/doc/manual/usermanual.xml
+++ b/doc/manual/usermanual.xml
@@ -415,6 +415,8 @@ options:
the graph more appealing
-l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS
Show debug logging for the specified logging domains
+ -P, --profile profile the command and print a report
+
</screen>
</para>