mirror of
https://github.com/jimeh/rbheap.git
synced 2026-02-19 12:56:46 +00:00
Fix --format flag help text
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user