about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-01-16 22:33:22 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-01-16 22:33:22 +0100
commit1a3f3fb3b31fe915cac4bf8c2f49553d11f0b83f (patch)
treed4aa5997ef0a72d1ebd8b01f7360769f28fc057e /README.md
parentf79277999db1361e265650eeb8b9239dc271be93 (diff)
downloadxe-1a3f3fb3b31fe915cac4bf8c2f49553d11f0b83f.tar.gz
xe-1a3f3fb3b31fe915cac4bf8c2f49553d11f0b83f.tar.xz
xe-1a3f3fb3b31fe915cac4bf8c2f49553d11f0b83f.zip
add -j0 to use as many cores as available v0.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 84ec599..0c7d1ee 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ Over apply:
 * `-N`: pass upto *maxargs* arguments to each COMMAND (default: 1).
   `-N0` will pass as many arguments as possible.
 * `-j`: run up to *maxjobs* processes concurrently.
+  `-j0` will run as many processes as there are CPU cores running.
 * `COMMAND...`: default operation: each command line argument is
   passed as-is, `{}` is replaced by the argument (not with `-N` > 1).
 * `-s SHELLSCRIPT`: The argument `SHELLSCRIPT` is evaluated using `/bin/sh`