diff options
-rwxr-xr-x | bitbake/lib/bb/ui/taskexp_ncurses.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/taskexp_ncurses.py b/bitbake/lib/bb/ui/taskexp_ncurses.py index dd91d26bc3..ea94a4987f 100755 --- a/bitbake/lib/bb/ui/taskexp_ncurses.py +++ b/bitbake/lib/bb/ui/taskexp_ncurses.py | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | # | 13 | # |
14 | # Execution example: | 14 | # Execution example: |
15 | # $ bitbake -g -u taskexp_ncurses.py acl zlib | 15 | # $ bitbake -g -u taskexp_ncurses zlib acl |
16 | # | 16 | # |
17 | # Self-test example (executes a script of GUI actions): | 17 | # Self-test example (executes a script of GUI actions): |
18 | # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl | 18 | # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl |