Skip to content

Commit

Permalink
Follow up to "Make chiptool.py a little easier to understand" (#30468)
Browse files Browse the repository at this point in the history
This address PR comment made after PR was merged
  • Loading branch information
tehampson authored Nov 14, 2023
1 parent c331f10 commit 337fc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/yaml/chiptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def chiptool_runner_options(f):
f = click.option('--server_path', type=click.Path(exists=True), default=None,
help='Path to a websocket server that will be executed to forward parsed command. Most likely you want to use chiptool.')(f)
f = click.option('--server_name', type=str, default='chip-tool',
help='If server_path is not provided, we use this argument to seach various directories within SDK binary that matches this name.')(f)
help='If server_path is not provided, we use this argument to seach various directories within the SDK for a binary that matches this name.')(f)
f = click.option('--server_arguments', type=str, default='interactive server',
help='Arguments to pass to the websocket server at launch.')(f)
f = click.option('--show_adapter_logs', type=bool, default=False, show_default=True,
Expand Down

0 comments on commit 337fc44

Please sign in to comment.