We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 96478b7 commit 794ef3eCopy full SHA for 794ef3e
cli/core/install.go
@@ -37,7 +37,7 @@ func initInstallCommand() *cobra.Command {
37
Example: " # download the latest version of arduino SAMD core.\n" +
38
" " + cli.AppName + " core install arduino:samd\n\n" +
39
" # download a specific version (in this case 1.6.9).\n" +
40
- " " + cli.AppName + " core install arduino:samd=1.6.9",
+ " " + cli.AppName + " core install arduino:samd@1.6.9",
41
Args: cobra.MinimumNArgs(1),
42
Run: runInstallCommand,
43
}
0 commit comments