about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-11-02 22:22:28 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-11-02 22:22:28 +0100
commit7f9da0f4ea465bd15572ea4c2b063fe4f66d7c8f (patch)
treeed82ad7e487115efc5e8659244eb6e547d1b2e35 /README.md
parent150e30f830d37c6ad2f71278cd43f3ac6cf150f2 (diff)
downloadxe-7f9da0f4ea465bd15572ea4c2b063fe4f66d7c8f.tar.gz
xe-7f9da0f4ea465bd15572ea4c2b063fe4f66d7c8f.tar.xz
xe-7f9da0f4ea465bd15572ea4c2b063fe4f66d7c8f.zip
add -k
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cbab20..1940209 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,13 @@ Over apply:
 
 ## Usage:
 
-	xe [-0nv] [-I arg] [-N maxargs] [-j maxjobs] COMMAND...
+	xe [-0knv] [-I arg] [-N maxargs] [-j maxjobs] COMMAND...
 	   | -s SHELLSCRIPT
 	   | -a COMMAND... -- ARGS...
 	   | -A ARGSEP COMMAND... ARGSEP ARGS...
 
 * `-0`: input filenames are seperated by NUL bytes (default: newlines).
+* `-k`: keep going: don't stop when a command failed to execute.
 * `-n`: don't run the commands, just print them.
 * `-v`: print commands before running them.
 * `-I`: replace occurences of *arg* with the argument (default: `{}`).