diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-30 03:38:16 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-30 03:38:16 +0200 |
commit | 3d61eac8c023a7f9509e0371baef40c00b0132f2 (patch) | |
tree | 4d2e739eec484e891376c78e2fa17c4e337f076c /skate/cmd | |
parent | 0c7485486eaa62e8b7673949e09d546b78649ab8 (diff) | |
download | refcat-3d61eac8c023a7f9509e0371baef40c00b0132f2.tar.gz refcat-3d61eac8c023a7f9509e0371baef40c00b0132f2.zip |
update docs
Diffstat (limited to 'skate/cmd')
-rw-r--r-- | skate/cmd/skate-map/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skate/cmd/skate-map/main.go b/skate/cmd/skate-map/main.go index ee02875..2517878 100644 --- a/skate/cmd/skate-map/main.go +++ b/skate/cmd/skate-map/main.go @@ -21,8 +21,8 @@ // be skipped, if we limit number of splits) // (3) we pass the data to jq, with a bit larger buffer (default is 1MB) // (4) we want no "null" output -// (5) tostring prints input as string, because we need to carry the document forward -// (6) but we need some cleanup, too +// (5) tostring prints the input as string, because we need to carry the document forward ... +// (6) ... but we'll need some cleanup, too // (7) we normalize the DOI to lowercase // (8) a custom filter to normalize a DOI in a specific column // (9) sorting by DOI |