From 83f68bd3c2d1a3b65638e961c5121a46ed823b70 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 15 Jun 2021 03:37:49 +0200 Subject: zippy: log dup removal --- skate/cmd/skate-reduce/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate/cmd') diff --git a/skate/cmd/skate-reduce/main.go b/skate/cmd/skate-reduce/main.go index fa3d5e9..74da648 100644 --- a/skate/cmd/skate-reduce/main.go +++ b/skate/cmd/skate-reduce/main.go @@ -75,7 +75,7 @@ var ( batchSize = flag.Int("b", 10000, "batch size") mode = flag.String("m", "ref", "mode, e.g. exact, fuzzy, ref, bref, wiki, oled, oledt, unmatched") quite = flag.Bool("q", false, "be quite") - logFile = flag.String("log", "", "log filename") + logFile = flag.String("log", "", "log filename (stderr, if empty)") // Possible inputs -- we could switch to a subcommand cli parser? bref = flag.String("B", "", "path to bref file") -- cgit v1.2.3