about summary refs log tree commit diff
path: root/xe.1
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 /xe.1
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 'xe.1')
-rw-r--r--xe.18
1 files changed, 4 insertions, 4 deletions
diff --git a/xe.1 b/xe.1
index 8c232d6..81e3698 100644
--- a/xe.1
+++ b/xe.1
@@ -6,7 +6,7 @@
 .Nd run command for each line or argument
 .Sh SYNOPSIS
 .Nm
-.Op Fl 0Rknv
+.Op Fl 0FRnv
 .Op Fl I Ar arg
 .Op Fl N Ar maxargs
 .Op Fl j Ar maxjobs
@@ -69,11 +69,11 @@ The options are as follows:
 .It Fl 0
 Input filenames are seperated by NUL bytes (instead of newlines, which
 is the default)
+.It Fl F
+Fatal:
+stop and exit when a command execution failed.
 .It Fl R
 Return with status 122 when no arguments have been passed.
-.It Fl k
-Keep going:
-Don't stop when a command failed to execute.
 .It Fl n
 Dry run: don't run the commands, just print them.
 .It Fl v