diff options
author | Thomas White <taw@physics.org> | 2023-04-20 10:33:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-04-20 10:33:04 +0200 |
commit | 8c83c0634aca05182d6814f722abc184e40d89ff (patch) | |
tree | 350b95e7e6ff561ee320c80254705f58fe8908fe | |
parent | ab18d269314c29aa12b61ee1914e41b3f4b4c407 (diff) |
indexamajig(1): Mention "nproc"
-rw-r--r-- | doc/man/indexamajig.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index c8d9ff79..abbeaabb 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -223,6 +223,8 @@ Prefix the filenames from the input file with \fIprefix\fR. If \fB--basename\fR .IP "\fB-j\fR \fIn\fR" .PD Run \fIn\fR analyses in parallel. Default: 1. See also \fB--max-indexer-threads\fR. +.IP +Tip: use \fB-j `nproc`\fR (note the backticks) to use as many processes as there are available CPUs. .PD 0 .IP \fB--no-check-prefix\fR |