summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
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: `{}`).