Skip to content

Commit f918d6f

Browse files
committed
improve help text
1 parent 56b1871 commit f918d6f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/SearchablePDFs.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -266,15 +266,15 @@ Usage:
266266
searchable-pdf --version
267267
268268
Options:
269-
-h --help Show this screen.
270-
--version Show version.
271-
--keep_intermediates xyz
272-
--quiet todo
273-
--force todo
274-
--logfile=<logfile> todo
275-
--tmp=<tmp> todo
276-
-n <ntasks>, --ntasks=<ntasks> todo
277-
-t <tesseract_nthreads>, --tesseract_nthreads=<tesseract_nthreads> todo [default: 1]
269+
-h --help Show this screen.
270+
--version Show version.
271+
--keep_intermediates Keep intermediate files.
272+
--quiet Suppress printing.
273+
--force Replace existing output file, if one exists.
274+
--logfile=<logfile> Store logs as a CSV file at `logfile`.
275+
--tmp=<tmp> Specify temporary directory for outputs.
276+
-n <ntasks>, --ntasks=<ntasks> Number of tasks to use.
277+
-t <tesseract_nthreads>, --tesseract_nthreads=<tesseract_nthreads> Number of threads to ask tesseract to use. [default: 1]
278278
279279
"""
280280

0 commit comments

Comments
 (0)