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 2e1916f commit 7d1ce93Copy full SHA for 7d1ce93
internal/cli/profile/profile.go
@@ -32,8 +32,8 @@ var (
32
func NewCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
33
profileCommand := &cobra.Command{
34
Use: "profile",
35
- Short: i18n.Tr("Arduino profile operations."),
36
- Long: i18n.Tr("Arduino profile operations."),
+ Short: i18n.Tr("Build profile operations."),
+ Long: i18n.Tr("Build profile operations."),
37
Example: " " + os.Args[0] + " profile init",
38
}
39
0 commit comments