Skip to content

Commit 3f512c4

Browse files
committed
change quote
1 parent 6d7c021 commit 3f512c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ var CmdDump = &cli.Command{
9292
},
9393
&cli.StringFlag{
9494
Name: "type",
95-
Usage: "Dump output format, default to \"zip\", supported types: " + strings.Join(dump.SupportedOutputTypes, ", "),
95+
Usage: `Dump output format, default to "zip", supported types: ` + strings.Join(dump.SupportedOutputTypes, ", "),
9696
},
9797
},
9898
}

0 commit comments

Comments
 (0)