Skip to content

Commit aead8c8

Browse files
committed
Fixed description
1 parent 167c126 commit aead8c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

commands/core/upgrade.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ func initUpgradeCommand() *cobra.Command {
3535
Short: "Upgrades one or all installed platforms to the latest version.",
3636
Long: "Upgrades one or all installed platforms to the latest version.",
3737
Example: "" +
38-
"# upgrade everything to the latest version\n" +
39-
"arduino core upgrade\n\n" +
40-
"# upgrade arduino:samd to the latest version\n" +
41-
"arduino core upgrade arduino:samd",
38+
" # upgrade everything to the latest version\n" +
39+
" " + commands.AppName + " core upgrade\n\n" +
40+
" # upgrade arduino:samd to the latest version\n" +
41+
" " + commands.AppName + " core upgrade arduino:samd",
4242
Run: runUpgradeCommand,
4343
}
4444
return upgradeCommand

0 commit comments

Comments
 (0)