Skip to content

Commit 779721a

Browse files
committed
Add --bootloader and --partition-table to usage in README
1 parent 03b68fb commit 779721a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cargo-espflash/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ FLAGS:
2121
-V, --version Prints version information
2222
2323
OPTIONS:
24-
--example <EXAMPLE> Example to build and flash
25-
--features <FEATURES> Comma delimited list of build features
26-
--speed <SPEED> Baud rate at which to flash target device
24+
--bootloader <PATH> Path to a binary (.bin) bootloader file
25+
--example <EXAMPLE> Example to build and flash
26+
--features <FEATURES> Comma delimited list of build features
27+
--partition-table <PATH> Path to a CSV file containing partition table
28+
--speed <SPEED> Baud rate at which to flash target device
2729
2830
ARGS:
2931
<SERIAL> Serial port connected to target device

0 commit comments

Comments
 (0)