[bitbake-devel] [PATCH] help: reword "runall" entries to refer to a TASK

Robert P. J. Day rpjday at crashcourse.ca
Fri May 3 18:27:25 UTC 2019


Rewording argument to the word "TASK" should be self-evident.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index 02058a6f..74b74bff 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -573,10 +573,10 @@
                              Writes the event log of the build to a bitbake event
                              json file. Use '' (empty string) to assign the name
                              automatically.
-       --runall=RUNALL       Run the specified task for any recipe in the taskgraph
+       --runall=TASK         Run the specified task for any recipe in the taskgraph
                              of the specified target (even if it wouldn't otherwise
                              have run).
-       --runonly=RUNONLY     Run only the specified task within the taskgraph of
+       --runonly=TASK        Run only the specified task within the taskgraph of
                              the specified targets (and any task dependencies those
                              tasks may have).
                 </literallayout>

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


More information about the bitbake-devel mailing list