We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffd6f3 commit 01265d7Copy full SHA for 01265d7
commands/upload/upload.go
@@ -49,7 +49,7 @@ func InitCommand() *cobra.Command {
49
"Fully Qualified Board Name, e.g.: arduino:avr:uno")
50
uploadCommand.Flags().StringVarP(&flags.port, "port", "p", "",
51
"Upload port, e.g.: COM10 or /dev/ttyACM0")
52
- uploadCommand.Flags().BoolVarP(&flags.verbose, "verify", "t", false,
+ uploadCommand.Flags().BoolVarP(&flags.verify, "verify", "t", false,
53
"Verify uploaded binary after the upload.")
54
uploadCommand.Flags().BoolVarP(&flags.verbose, "verbose", "v", false,
55
"Optional, turns on verbose mode.")
0 commit comments