Commit 2055fb37 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ef5d4305
......@@ -67,7 +67,7 @@ Options:
}
func catobjMain(argv []string) {
flags := flag.FlagSet{Usage: func() { dumpUsage(os.Stderr) }}
flags := flag.FlagSet{Usage: func() { catobjUsage(os.Stderr) }}
flags.Init("", flag.ExitOnError)
// flags.BoolVar(&hashOnly, "hashonly", hashOnly, "dump only hashes of objects")
flags.Parse(argv[1:])
......
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