Skip to content

Commit

Permalink
Fixing documentation issue. (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-winn authored and masci committed Jun 10, 2019
1 parent b36ad8e commit 9f629c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/core/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 9f629c0

Please sign in to comment.