diff options
author | Nick White <git@njw.name> | 2019-12-11 15:47:35 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-12-11 15:47:35 +0000 |
commit | aee651e282c7a9aecd8f25a5e306cdd695325068 (patch) | |
tree | 8f12712ef74365185914f29ac557f1bf09005bc8 /cmd/getpipelinebook/main.go | |
parent | 23c1b47eb42ef8de6f5d5dd8e4afb80e8bd17497 (diff) |
Clean up and correct book name parsing in the pipeline, and update usage of getpipelinebook
Diffstat (limited to 'cmd/getpipelinebook/main.go')
-rw-r--r-- | cmd/getpipelinebook/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/getpipelinebook/main.go b/cmd/getpipelinebook/main.go index faf5383..fc6170c 100644 --- a/cmd/getpipelinebook/main.go +++ b/cmd/getpipelinebook/main.go @@ -15,9 +15,9 @@ const usage = `Usage: getpipelinebook [-a] [-c] [-v] bookname Downloads the pipeline results for a book. -By default this downloads the best hOCR version for each page with -the corresponding binarised image, and the best, conf and graph.png -analysis files. +By default this downloads the best hOCR version for each page, the +binarised and (if available) colour PDF, and the best, conf and +graph.png analysis files. ` // null writer to enable non-verbose logging to be discarded |