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:17:41 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-12-10 17:17:41 +0100
commit6b6e018595d005cc39a31251831db804fd974d9a (patch)
treeaf2f7056e4ba8c4a7dc106bad4027a7d353a2411 /README.md
parent1575f68ee189304c8a158786e979f5e5cde3a20a (diff)
downloadxe-6b6e018595d005cc39a31251831db804fd974d9a.tar.gz
xe-6b6e018595d005cc39a31251831db804fd974d9a.tar.xz
xe-6b6e018595d005cc39a31251831db804fd974d9a.zip
-v prints commands to stderr
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f876629..6710479 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Over apply:
 * `-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 before running them.
+* `-v`: print commands to standard error 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.