Skip to content

Commit 6440514

Browse files
mbolivar-nordiccarlescufi
authored andcommitted
scripts: west_commands: fix help string
The option name is wrong. Signed-off-by: Marti Bolivar <[email protected]>
1 parent 725e98e commit 6440514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/west_commands/run_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _dump_context(command, args, runner_args, cached_runner_var):
256256
# Load the cache itself, if possible.
257257
if cache_file is None:
258258
log.wrn('No build directory (--build-dir) or CMake cache '
259-
'(--cache-file) given or found; output will be limited')
259+
'(--cmake-cache) given or found; output will be limited')
260260
cache = None
261261
else:
262262
try:

0 commit comments

Comments
 (0)