Skip to content

Commit de61d81

Browse files
Update internal/cli/profile/dump.go
Co-authored-by: Per Tillisch <[email protected]>
1 parent 2da8bd0 commit de61d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cli/profile/dump.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import (
2929
func initDumpCommand(srv rpc.ArduinoCoreServiceServer) *cobra.Command {
3030
dumpCommand := &cobra.Command{
3131
Use: "dump",
32-
Short: i18n.Tr("Dumps the project file."),
33-
Long: i18n.Tr("Dumps the project file."),
32+
Short: i18n.Tr("Print the sketch project file."),
33+
Long: i18n.Tr("Print the data from the sketch project file."),
3434
Example: "" +
3535
" " + os.Args[0] + " profile dump\n",
3636
Args: cobra.MaximumNArgs(1),

0 commit comments

Comments
 (0)