about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-06 20:03:13 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-06 20:03:13 +0100
commit86fa5ec3d5bd08d5ea5282aafb8a1d02917a088b (patch)
tree32022429559c150420b088582bc46ebec1560b63 /README.md
parentd0cc05244f2cf598f98dbaf42c2461be9763b0a4 (diff)
downloadxe-86fa5ec3d5bd08d5ea5282aafb8a1d02917a088b.tar.gz
xe-86fa5ec3d5bd08d5ea5282aafb8a1d02917a088b.tar.xz
xe-86fa5ec3d5bd08d5ea5282aafb8a1d02917a088b.zip
drop -k and make it default, add -F to exit on errors immediately
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c7d1ee..1f5c352 100644
--- a/README.md
+++ b/README.md
@@ -22,14 +22,14 @@ Over apply:
 
 ## Usage:
 
-	xe [-0Rknv] [-I arg] [-N maxargs] [-j maxjobs] COMMAND...
+	xe [-0FRnv] [-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).
+* `-F`: fatal: stop after first failing command.
 * `-R`: return with status 122 when no arguments have been passed.
-* `-k`: keep going: don't stop when a command failed to execute.
 * `-n`: don't run the commands, just print them.
 * `-v`: print commands to standard error before running them.
 * `-I`: replace occurences of *arg* with the argument(s) (default: `{}`).