about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-12-10 17:11:59 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-12-10 17:11:59 +0100
commit1575f68ee189304c8a158786e979f5e5cde3a20a (patch)
treed3fdcdce7f8eff3603e900b2cf1e1244fc08f233 /README.md
parentec552e0c9eb3843c15b07f58e2514d8a9ec46e94 (diff)
downloadxe-1575f68ee189304c8a158786e979f5e5cde3a20a.tar.gz
xe-1575f68ee189304c8a158786e979f5e5cde3a20a.tar.xz
xe-1575f68ee189304c8a158786e979f5e5cde3a20a.zip
implement -N0 to fill up with arguments up to _SC_ARG_MAX, revamp allocation
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 ad1aea6..f876629 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Over apply:
 * `-v`: print commands before running them.
 * `-I`: replace occurences of *arg* with the argument (default: `{}`).
 * `-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.
 * `COMMAND...`: default operation: each command line argument is
   passed as-is, `{}` is replaced by the argument (not with `-N` > 1).