Skip to content

Commit 89473b4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cli/profile/set_default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func initSetDefaultCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
4040
},
4141
}
4242

43-
setDefaultCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the project file."))
43+
setDefaultCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the sketch project file."))
4444

4545
return setDefaultCommand
4646
}

0 commit comments

Comments
 (0)