Skip to content

Commit 7d1ce93

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/profile/profile.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var (
3232
func NewCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
3333
profileCommand := &cobra.Command{
3434
Use: "profile",
35-
Short: i18n.Tr("Arduino profile operations."),
36-
Long: i18n.Tr("Arduino profile operations."),
35+
Short: i18n.Tr("Build profile operations."),
36+
Long: i18n.Tr("Build profile operations."),
3737
Example: " " + os.Args[0] + " profile init",
3838
}
3939

0 commit comments

Comments
 (0)