Skip to content

Commit 2e1916f

Browse files
Update internal/cli/profile/set_default.go
Co-authored-by: Per Tillisch <[email protected]>
1 parent 89473b4 commit 2e1916f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/profile/set_default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ func initSetDefaultCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
3030
var destDir string
3131
setDefaultCommand := &cobra.Command{
3232
Use: "set-default",
33-
Short: i18n.Tr("Sets the default profile."),
34-
Long: i18n.Tr("Sets the default profile."),
33+
Short: i18n.Tr("Set the default build profile."),
34+
Long: i18n.Tr("Set the default build profile."),
3535
Example: "" +
3636
" " + os.Args[0] + " profile set-default my_profile\n",
3737
Args: cobra.ExactArgs(1),

0 commit comments

Comments
 (0)