Skip to content

Commit c9d340b

Browse files
authored
command-line switches are now lower case
1 parent ab5624d commit c9d340b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ OPTIONS (note the change to lower case, and addtion of --prefix since last rele
2626
`--make-only`
2727
Download latest esp-open-sdk and micropython, build everything.
2828

29-
`--MAKE-ONLY-ESP8266`
29+
`--make-only-esp8266`
3030
Download latest micropython and build (skip esp-open-sdk).
3131

32-
`--RUN-TESTS`
32+
`--run-tests`
3333
Run the esp8266 test script
3434

35-
`--FLASH-ONLY`
35+
`--flash-only`
3636
Only writing existing flash to device. (no updates, no build)
3737

3838

3939
Note the FULL option, of rebuilding EVERYTHING can take a quite long time on the Raspberry Pi.
4040

4141
#Examples:
4242

43-
```./build_esp8266.sh MAKE-ONLY-ESP8266```
43+
```./build_esp8266.sh --make-only-esp8266```
4444

4545
or
4646

47-
```./build_esp8266.sh FLASH-ONLY```
47+
```./build_esp8266.sh --flash-only```
4848

4949
which really just does this:
5050

0 commit comments

Comments
 (0)