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 89473b4 commit 2e1916fCopy full SHA for 2e1916f
internal/cli/profile/set_default.go
@@ -30,8 +30,8 @@ func initSetDefaultCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
30
var destDir string
31
setDefaultCommand := &cobra.Command{
32
Use: "set-default",
33
- Short: i18n.Tr("Sets the default profile."),
34
- Long: i18n.Tr("Sets the default profile."),
+ Short: i18n.Tr("Set the default build profile."),
+ Long: i18n.Tr("Set the default build profile."),
35
Example: "" +
36
" " + os.Args[0] + " profile set-default my_profile\n",
37
Args: cobra.ExactArgs(1),
0 commit comments