Commit b80071ce authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c864ec80
...@@ -177,7 +177,7 @@ Dump transactions from a FileStorage XXX ...@@ -177,7 +177,7 @@ Dump transactions from a FileStorage XXX
-h --help this help text. -h --help this help text.
-v increase verbosity. -v increase verbosity.
-p display total progress. -p display progress.
`) `)
} }
...@@ -187,7 +187,7 @@ func verifyMain(argv []string) { ...@@ -187,7 +187,7 @@ func verifyMain(argv []string) {
flags := flag.FlagSet{Usage: func() { verifyUsage(os.Stderr) }} flags := flag.FlagSet{Usage: func() { verifyUsage(os.Stderr) }}
flags.Init("", flag.ExitOnError) flags.Init("", flag.ExitOnError)
flags.Var((*xflag.Count)(&verbose), "v", "verbosity level") flags.Var((*xflag.Count)(&verbose), "v", "verbosity level")
flags.BoolVar(&progress, "p", false, "display total progress") flags.BoolVar(&progress, "p", false, "display progress")
flags.Parse(argv[1:]) flags.Parse(argv[1:])
argv = flags.Args() argv = flags.Args()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment