Skip to content

Commit

Permalink
Rename format to binaryFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
noppej committed Mar 6, 2024
1 parent 23f7b8a commit 6251a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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 Expand Up @@ -557,4 +557,4 @@
}
]
}
}
}

0 comments on commit 6251a95

Please sign in to comment.