diff options
-rw-r--r-- | skate/cmd/skate-resolve-journal-name/main.go | 9 |
1 files changed, 5 insertions, 4 deletions
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). |