arduino-builder: fix argument formats (#13346)

This commit is contained in:
Reinhart Previano Koentjoro
2024-08-03 16:25:10 +07:00
committed by GitHub
parent 7e625f3cc6
commit a0ae54e2b4
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
`arduino-builder -build-path {{path/to/build_directory}}`
- Use a build option file, instead of specifying `--hardware`, `--tools`, etc. manually every time:
- Use a build option file, instead of specifying `-hardware`, `-tools`, etc. manually every time:
`arduino-builder -build-options-file {{path/to/build.options.json}}`