Unverified Commit 2344d999 authored by Silvano Cerza's avatar Silvano Cerza Committed by GitHub

[skip changelog] Fix burn-bootloader command example (#1325)

parent b7bcf000
......@@ -41,7 +41,7 @@ func NewCommand() *cobra.Command {
Use: "burn-bootloader",
Short: "Upload the bootloader.",
Long: "Upload the bootloader on the board using an external programmer.",
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",
Args: cobra.MaximumNArgs(1),
Run: run,
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment