Skip to content

Commit

Permalink
Fixed description
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Aug 20, 2018
1 parent 167c126 commit aead8c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands/core/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ func initUpgradeCommand() *cobra.Command {
Short: "Upgrades one or all installed platforms to the latest version.",
Long: "Upgrades one or all installed platforms to the latest version.",
Example: "" +
"# upgrade everything to the latest version\n" +
"arduino core upgrade\n\n" +
"# upgrade arduino:samd to the latest version\n" +
"arduino core upgrade arduino:samd",
" # upgrade everything to the latest version\n" +
" " + commands.AppName + " core upgrade\n\n" +
" # upgrade arduino:samd to the latest version\n" +
" " + commands.AppName + " core upgrade arduino:samd",
Run: runUpgradeCommand,
}
return upgradeCommand
Expand Down

0 comments on commit aead8c8

Please sign in to comment.