Skip to content

Commit 2344d99

Browse files
authored
[skip changelog] Fix burn-bootloader command example (#1325)
1 parent b7bcf00 commit 2344d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/burnbootloader/burnbootloader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewCommand() *cobra.Command {
4141
Use: "burn-bootloader",
4242
Short: "Upload the bootloader.",
4343
Long: "Upload the bootloader on the board using an external programmer.",
44-
Example: " " + os.Args[0] + " burn-bootloader -b arduino:avr:uno -P atmel-ice",
44+
Example: " " + os.Args[0] + " burn-bootloader -b arduino:avr:uno -P atmel_ice",
4545
Args: cobra.MaximumNArgs(1),
4646
Run: run,
4747
}

0 commit comments

Comments
 (0)