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 2da8bd0 commit de61d81Copy full SHA for de61d81
internal/cli/profile/dump.go
@@ -29,8 +29,8 @@ import (
29
func initDumpCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
30
dumpCommand := &cobra.Command{
31
Use: "dump",
32
- Short: i18n.Tr("Dumps the project file."),
33
- Long: i18n.Tr("Dumps the project file."),
+ Short: i18n.Tr("Print the sketch project file."),
+ Long: i18n.Tr("Print the data from the sketch project file."),
34
Example: "" +
35
" " + os.Args[0] + " profile dump\n",
36
Args: cobra.MaximumNArgs(1),
0 commit comments