Fix --format flag help text

This commit is contained in:
2018-07-08 03:57:41 +01:00
parent dc69bb73b9
commit 4842299d5d

View File

@@ -55,7 +55,7 @@ func init() {
leakCmd.PersistentFlags().StringVarP(
&leakOpts.Format,
"format", "f", "hex",
"Output format: \"hex\" / \"full\"",
"output format: \"hex\" / \"full\"",
)
leakCmd.PersistentFlags().BoolVarP(