File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ func NewFlashCommand() *cobra.Command {
5454 Short : "Flashes certificates to board." ,
5555 Long : "Flashes specified certificates to board at specified address." ,
5656 Example : "" +
57- " " + os .Args [0 ] + " flash --fqbn arduino:samd:mkr1000 --address COM10 --url arduino.cc:443 --file /home/me/Digicert.cer\n " +
58- " " + os .Args [0 ] + " flash -b arduino:samd:mkr1000 -a COM10 -u arduino.cc:443 -u google.cc:443\n " +
59- " " + os .Args [0 ] + " flash -b arduino:samd:mkr1000 -a COM10 -f /home/me/VeriSign.cer -f /home/me/Digicert.cer\n " ,
57+ " " + os .Args [0 ] + " certificates flash --fqbn arduino:samd:mkr1000 --address COM10 --url arduino.cc:443 --file /home/me/Digicert.cer\n " +
58+ " " + os .Args [0 ] + " certificates flash -b arduino:samd:mkr1000 -a COM10 -u arduino.cc:443 -u google.cc:443\n " +
59+ " " + os .Args [0 ] + " certificates flash -b arduino:samd:mkr1000 -a COM10 -f /home/me/VeriSign.cer -f /home/me/Digicert.cer\n " ,
6060 Args : cobra .NoArgs ,
6161 Run : run ,
6262 }
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ func NewFlashCommand() *cobra.Command {
5555 Short : "Flashes firmwares to board." ,
5656 Long : "Flashes specified module firmware to board at specified address. Module name and version can be omitted to install latest version." ,
5757 Example : "" +
58- " " + os .
Args [
0 ]
+ " flash --fqbn arduino:samd:mkr1000 --address COM10 --module [email protected] \n " + 59- " " + os .Args [0 ] + " flash -b arduino:samd:mkr1000 -a COM10 -m WINC15000\n " +
60- " " + os .Args [0 ] + " flash -b arduino:samd:mkr1000 -a COM10\n " ,
58+ " " + os .
Args [
0 ]
+ " firmware flash --fqbn arduino:samd:mkr1000 --address COM10 --module [email protected] \n " + 59+ " " + os .Args [0 ] + " firmware flash -b arduino:samd:mkr1000 -a COM10 -m WINC15000\n " +
60+ " " + os .Args [0 ] + " firmware flash -b arduino:samd:mkr1000 -a COM10\n " ,
6161 Args : cobra .NoArgs ,
6262 Run : run ,
6363 }
You can’t perform that action at this time.
0 commit comments