Skip to content

Commit

Permalink
[nrf fromlist] scripts: west_commands: nrfjprog: Change tool-opt help…
Browse files Browse the repository at this point in the history
… text

The current option used as an example, --recover, is actually a separate
option in the runner itself. Instead use --clockspeed as an example,
which is applicable to all nrfjprog commands.

Upstream PR: zephyrproject-rtos/zephyr#75731

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi authored and nordicjm committed Jul 23, 2024
1 parent 585c0a6 commit 322426e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/west_commands/runners/nrfjprog.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def name(cls):

@classmethod
def tool_opt_help(cls) -> str:
return 'Additional options for nrfjprog, e.g. "--recover"'
return 'Additional options for nrfjprog, e.g. "--clockspeed"'

@classmethod
def do_create(cls, cfg, args):
Expand Down

0 comments on commit 322426e

Please sign in to comment.