From dad3a75961e1bca6c17cb858e32e3806a37a48f7 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 1 Jun 2021 19:49:17 +0200 Subject: update docs --- skate/cmd/skate-resolve-journal-name/main.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'skate/cmd/skate-resolve-journal-name') diff --git a/skate/cmd/skate-resolve-journal-name/main.go b/skate/cmd/skate-resolve-journal-name/main.go index d98f166..494b236 100644 --- a/skate/cmd/skate-resolve-journal-name/main.go +++ b/skate/cmd/skate-resolve-journal-name/main.go @@ -1,7 +1,8 @@ -// skate-resolve-journal-name works on TSV where one column (-f) is a release -// schema. It will inspect the container name and will resolve journal name -// abbreviations and will augment the release document with data in extra -// containing the resolved name. +// skate-resolve-journal-name works on TSV where one column (-f, 1-indexed) is +// a release schema. It will inspect the container name and will resolve +// journal name abbreviations and will augment the release document with data +// in extra containing the resolved name (e.g. in +// extra.skate.resolved_container_name). // // The abbreviation file format currently is a JSONL format, each document // containing a "name" and "abbrev" (optional). -- cgit v1.2.3