scripts: twister: Fix -W help message
This option is used to disable warnings as errors and not the other way around. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
41a63f48fd
commit
32c4bd3b68
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ structure in the main Zephyr tree: boards/<arch>/<board_name>/""")
|
|||
"verbosity.")
|
||||
|
||||
parser.add_argument("-W", "--disable-warnings-as-errors", action="store_true",
|
||||
help="Treat warning conditions as errors.")
|
||||
help="Do not treat warning conditions as errors.")
|
||||
|
||||
parser.add_argument(
|
||||
"--west-flash", nargs='?', const=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue