Commit 3334b552 authored by Lothar Felten's avatar Lothar Felten Committed by Alberto Escolar
Browse files

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: default avatarLothar Felten <lothar.felten@gmail.com>
parent 9cf6839b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ Artificially long but functional example:
        "-A", "--board-root", action="append", default=board_root_list,
        help="""Directory to search for board configuration files. All .yaml
files in the directory will be processed. The directory should have the same
structure in the main Zephyr tree: boards/<arch>/<board_name>/""")
structure in the main Zephyr tree: boards/<vendor>/<board_name>/""")

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