Commit 9f629c00 authored by Jeff Winn's avatar Jeff Winn Committed by Massimiliano Pippi

Fixing documentation issue. (#238)

parent b36ad8ea
......@@ -37,7 +37,7 @@ func initInstallCommand() *cobra.Command {
Example: " # download the latest version of arduino SAMD core.\n" +
" " + cli.AppName + " core install arduino:samd\n\n" +
" # download a specific version (in this case 1.6.9).\n" +
" " + cli.AppName + " core install arduino:samd=1.6.9",
" " + cli.AppName + " core install arduino:samd@1.6.9",
Args: cobra.MinimumNArgs(1),
Run: runInstallCommand,
}
......
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