diff options
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake.1 | 13 | ||||
-rw-r--r-- | bitbake/doc/manual/usermanual.xml | 1 |
2 files changed, 8 insertions, 6 deletions
diff --git a/bitbake/doc/bitbake.1 b/bitbake/doc/bitbake.1 index e6cbe7df0e..01172d7412 100644 --- a/bitbake/doc/bitbake.1 +++ b/bitbake/doc/bitbake.1 | |||
@@ -97,12 +97,13 @@ emit the dependency trees of the specified packages in the dot syntax | |||
97 | .B \-IIGNORED\_DOT\_DEPS, \-\-ignore-deps=IGNORED_DOT_DEPS | 97 | .B \-IIGNORED\_DOT\_DEPS, \-\-ignore-deps=IGNORED_DOT_DEPS |
98 | Stop processing at the given list of dependencies when generating dependency | 98 | Stop processing at the given list of dependencies when generating dependency |
99 | graphs. This can help to make the graph more appealing | 99 | graphs. This can help to make the graph more appealing |
100 | .\" | 100 | .TP |
101 | .\" Next option is only in BitBake 1.7.x (trunk) | 101 | .B \-lDEBUG_DOMAINS, \-\-log-domains=DEBUG_DOMAINS |
102 | .\" | 102 | Show debug logging for the specified logging domains |
103 | .\".TP | 103 | .TP |
104 | .\".B \-lDEBUG_DOMAINS, \-\-log-domains=DEBUG_DOMAINS | 104 | .B \-P, \-\-profile |
105 | .\"Show debug logging for the specified logging domains | 105 | profile the command and print a report |
106 | .TP | ||
106 | 107 | ||
107 | .SH AUTHORS | 108 | .SH AUTHORS |
108 | BitBake was written by | 109 | BitBake was written by |
diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index a79716a0aa..a01801e03f 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml | |||
@@ -415,6 +415,7 @@ options: | |||
415 | the graph more appealing | 415 | the graph more appealing |
416 | -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS | 416 | -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS |
417 | Show debug logging for the specified logging domains | 417 | Show debug logging for the specified logging domains |
418 | -P, --profile profile the command and print a report | ||
418 | 419 | ||
419 | </screen> | 420 | </screen> |
420 | </para> | 421 | </para> |