We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bcf00 commit 2344d99Copy full SHA for 2344d99
cli/burnbootloader/burnbootloader.go
@@ -41,7 +41,7 @@ func NewCommand() *cobra.Command {
41
Use: "burn-bootloader",
42
Short: "Upload the bootloader.",
43
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",
+ Example: " " + os.Args[0] + " burn-bootloader -b arduino:avr:uno -P atmel_ice",
45
Args: cobra.MaximumNArgs(1),
46
Run: run,
47
}
0 commit comments