twister: better help for --no-update option

Add some more details to the --no-update option.

Fixes #70173

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-03-19 18:10:58 -04:00 committed by Carles Cufí
commit f73af06f2b

View file

@ -637,7 +637,10 @@ structure in the main Zephyr tree: boards/<arch>/<board_name>/""")
"-u",
"--no-update",
action="store_true",
help="Do not update the results of the last run of twister.")
help="Do not update the results of the last run. This option "
"is only useful when reusing the same output directory of "
"twister, for example when re-running failed tests with --only-failed "
"or --no-clean. This option is for debugging purposes only.")
parser.add_argument(
"-v",