We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167c126 commit aead8c8Copy full SHA for aead8c8
commands/core/upgrade.go
@@ -35,10 +35,10 @@ func initUpgradeCommand() *cobra.Command {
35
Short: "Upgrades one or all installed platforms to the latest version.",
36
Long: "Upgrades one or all installed platforms to the latest version.",
37
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",
+ " # 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",
42
Run: runUpgradeCommand,
43
}
44
return upgradeCommand
0 commit comments