aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-07 14:07:28 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-07 14:07:28 +0200
commit07177f33758df6e5aab6b846182df97822ab0173 (patch)
tree6d7cdcd732914563c8dbda72a52729ea3982cef7 /skate/cmd
parent1c71987123a9399b9988335a9ff083dcd69facb0 (diff)
downloadrefcat-07177f33758df6e5aab6b846182df97822ab0173.tar.gz
refcat-07177f33758df6e5aab6b846182df97822ab0173.zip
mark cluster based approach deprecated
Diffstat (limited to 'skate/cmd')
-rw-r--r--skate/cmd/skate-reduce/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/skate/cmd/skate-reduce/main.go b/skate/cmd/skate-reduce/main.go
index c1d8fba..14eba71 100644
--- a/skate/cmd/skate-reduce/main.go
+++ b/skate/cmd/skate-reduce/main.go
@@ -21,12 +21,12 @@
// |
// |
// * ref | takes a single file with clusters containing releases and refs and
-// | will emit verification results.
+// | will emit verification results (deprecated).
// |
// | $ skate-reduce -m ref < a.ndj
// |
// |
-// * bref | same as ref, but generate a biblioref file as output
+// * bref | same as ref, but generate a biblioref file as output (deprecated).
// |
// | $ skate-reduce -m bref < a.ndj
// |