Skip to content

Commit

Permalink
Rename format to binaryFormat in the formatOptions (#86)
Browse files Browse the repository at this point in the history
* Rename format to binaryFormat

* Prettier
  • Loading branch information
noppej committed May 22, 2024
1 parent 5e3f8e4 commit 9253afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
"formatOptions": {
"type": "object",
"properties": {
"format": {
"binaryFormat": {
"type": "string",
"description": "One of the supported binary formats probe-rs uses for flashing the target binary.",
"enum": [
Expand Down

0 comments on commit 9253afe

Please sign in to comment.