File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ func initDownloadCommand() *cobra.Command {
35
35
Short : "Downloads one or more cores and corresponding tool dependencies." ,
36
36
Long : "Downloads one or more cores and corresponding tool dependencies." ,
37
37
Example : "" +
38
- " " + commands .AppName + "core download arduino:samd # to download the latest version of arduino SAMD core.\n " +
39
- " " + commands .AppName + "core download arduino:samd=1.6.9 # for a specific version (in this case 1.6.9)." ,
38
+ " " + commands .AppName + " core download arduino:samd # to download the latest version of arduino SAMD core.\n " +
39
+ " " + commands .AppName + " core download arduino:samd=1.6.9 # for a specific version (in this case 1.6.9)." ,
40
40
Args : cobra .MinimumNArgs (1 ),
41
41
Run : runDownloadCommand ,
42
42
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func initListCommand() *cobra.Command {
31
31
Use : "list" ,
32
32
Short : "Shows the list of installed platforms." ,
33
33
Long : "Shows the list of installed platforms." ,
34
- Example : " " + commands .AppName + "core list" ,
34
+ Example : " " + commands .AppName + " core list" ,
35
35
Args : cobra .NoArgs ,
36
36
Run : runListCommand ,
37
37
}
You can’t perform that action at this time.
0 commit comments