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 6d7c021 commit 3f512c4Copy full SHA for 3f512c4
cmd/dump.go
@@ -92,7 +92,7 @@ var CmdDump = &cli.Command{
92
},
93
&cli.StringFlag{
94
Name: "type",
95
- Usage: "Dump output format, default to \"zip\", supported types: " + strings.Join(dump.SupportedOutputTypes, ", "),
+ Usage: `Dump output format, default to "zip", supported types: ` + strings.Join(dump.SupportedOutputTypes, ", "),
96
97
98
}
0 commit comments