aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-15 03:37:49 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-15 03:37:49 +0200
commit83f68bd3c2d1a3b65638e961c5121a46ed823b70 (patch)
tree7fb681208c7fe4b1d05891670c5b27dc2bf029ac /skate/cmd
parente158029b7fee005d803c7c3cc2bc6d251af65b0c (diff)
downloadrefcat-83f68bd3c2d1a3b65638e961c5121a46ed823b70.tar.gz
refcat-83f68bd3c2d1a3b65638e961c5121a46ed823b70.zip
zippy: log dup removal
Diffstat (limited to 'skate/cmd')
-rw-r--r--skate/cmd/skate-reduce/main.go2
1 files changed, 1 insertions, 1 deletions
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")