Skip to content

Commit 2da8bd0

Browse files
Update internal/cli/profile/init.go
Co-authored-by: Per Tillisch <accounts@perglass.com>
1 parent 5574e7d commit 2da8bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/profile/init.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ func initInitCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
3131
var defaultProfile bool
3232
initCommand := &cobra.Command{
3333
Use: "init",
34-
Short: i18n.Tr("Creates or updates the sketch project file."),
35-
Long: i18n.Tr("Creates or updates the sketch project file."),
34+
Short: i18n.Tr("Create or update the sketch project file."),
35+
Long: i18n.Tr("Create or update the sketch project file."),
3636
Example: "" +
3737
" # " + i18n.Tr("Creates or updates the sketch project file in the current directory.") + "\n" +
3838
" " + os.Args[0] + " profile init\n" +

0 commit comments

Comments
 (0)