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 8718195 commit 89473b4Copy full SHA for 89473b4
internal/cli/profile/set_default.go
@@ -40,7 +40,7 @@ func initSetDefaultCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
40
},
41
}
42
43
- setDefaultCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the project file."))
+ setDefaultCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the sketch project file."))
44
45
return setDefaultCommand
46
0 commit comments