From 5ae497d89d2eb0fae6a6016a21390a8d38f2b83d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 10 May 2021 23:20:27 +0200 Subject: reduce: docs and simplifications --- skate/cmd/skate-map/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skate/cmd/skate-map') diff --git a/skate/cmd/skate-map/main.go b/skate/cmd/skate-map/main.go index 9bf2d14..4b30927 100644 --- a/skate/cmd/skate-map/main.go +++ b/skate/cmd/skate-map/main.go @@ -2,9 +2,9 @@ // extract a key from a json document. For simple cases, you can use `jq` and // other tools. Some key derivations require a bit more, hence a dedicated program. // -// An example with mostly unix tools. We want to extract the DOI from newline -// delimited JSON and sort by it; we also want to do this fast, hence parallel, -// LC_ALL, etc. +// An example with mostly unix tools. We want to extract (DOI, doc) tuples from +// newline delimited JSON and sort by it; we also want to do this fast, hence +// parallel, LC_ALL, etc. // // $ zstdcat -T0 file.zst | (1) // LC_ALL=C tr -d '\t' | (2) * -- cgit v1.2.3