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 5574e7d commit 2da8bd0Copy full SHA for 2da8bd0
internal/cli/profile/init.go
@@ -31,8 +31,8 @@ func initInitCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
31
var defaultProfile bool
32
initCommand := &cobra.Command{
33
Use: "init",
34
- Short: i18n.Tr("Creates or updates the sketch project file."),
35
- Long: i18n.Tr("Creates or updates the sketch project file."),
+ Short: i18n.Tr("Create or update the sketch project file."),
+ Long: i18n.Tr("Create or update the sketch project file."),
36
Example: "" +
37
" # " + i18n.Tr("Creates or updates the sketch project file in the current directory.") + "\n" +
38
" " + os.Args[0] + " profile init\n" +
0 commit comments