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 07a4e6f commit 8ea7f0bCopy full SHA for 8ea7f0b
internal/cli/profile/lib.go
@@ -64,7 +64,7 @@ func initLibAddCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
64
},
65
}
66
67
- addCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the project file."))
+ addCommand.Flags().StringVar(&destDir, "dest-dir", "", i18n.Tr("Location of the sketch project file."))
68
profileArg.AddToCommand(addCommand, srv)
69
70
return addCommand
0 commit comments