Skip to content

Commit 9f629c0

Browse files
jeff-winnmasci
authored andcommitted
Fixing documentation issue. (#238)
1 parent b36ad8e commit 9f629c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cli/core/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func initInstallCommand() *cobra.Command {
3737
Example: " # download the latest version of arduino SAMD core.\n" +
3838
" " + cli.AppName + " core install arduino:samd\n\n" +
3939
" # download a specific version (in this case 1.6.9).\n" +
40-
" " + cli.AppName + " core install arduino:samd=1.6.9",
40+
" " + cli.AppName + " core install arduino:samd@1.6.9",
4141
Args: cobra.MinimumNArgs(1),
4242
Run: runInstallCommand,
4343
}

0 commit comments

Comments
 (0)