Skip to content

Commit 3334b55

Browse files
lfeltenaescolar
authored andcommitted
scripts: twister: help - change help text to match hwmv2
fix the twister help text, boards are now organized as: boards/<vendor>/<board_name> Signed-off-by: Lothar Felten <[email protected]>
1 parent 9cf6839 commit 3334b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pylib/twister/twisterlib/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def add_parse_arguments(parser = None):
257257
"-A", "--board-root", action="append", default=board_root_list,
258258
help="""Directory to search for board configuration files. All .yaml
259259
files in the directory will be processed. The directory should have the same
260-
structure in the main Zephyr tree: boards/<arch>/<board_name>/""")
260+
structure in the main Zephyr tree: boards/<vendor>/<board_name>/""")
261261

262262
parser.add_argument(
263263
"--allow-installed-plugin", action="store_true", default=None,

0 commit comments

Comments
 (0)