diff mbox series

taskexp_ncurses: fix execution example in introductory comment

Message ID 20240228064816.995961-1-u.oelmann@pengutronix.de
State Accepted, archived
Commit 1f4d517b7a0389f78d1f791135f8dc9120e9912b
Headers show
Series taskexp_ncurses: fix execution example in introductory comment | expand

Commit Message

Ulrich Ölmann Feb. 28, 2024, 6:48 a.m. UTC
Drop the ".py" file extension from the "-u" option's argument that has been
overlooked while applying the original patch (see [1]) to make the example work.
While at it sort the recipes' names consistently with respect to what is found
in the self-test examples below.

[1] https://lore.kernel.org/bitbake-devel/6f2645a7c4db2ae149d387544d2b94209cfed3f4.camel@linuxfoundation.org/

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 lib/bb/ui/taskexp_ncurses.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/bb/ui/taskexp_ncurses.py b/lib/bb/ui/taskexp_ncurses.py
index dd91d26bc3b1..ea94a4987f97 100755
--- a/lib/bb/ui/taskexp_ncurses.py
+++ b/lib/bb/ui/taskexp_ncurses.py
@@ -12,7 +12,7 @@ 
 
 #
 # Execution example:
-#   $ bitbake -g -u taskexp_ncurses.py acl zlib
+#   $ bitbake -g -u taskexp_ncurses zlib acl
 #
 # Self-test example (executes a script of GUI actions):
 #   $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl