about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-29 18:21:33 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-29 18:21:33 +0100
commit7d51af94fa608b380f61686a2f6a7fe90e9aa1aa (patch)
tree18a71df5ea039d2867a15e4db782a4db7fafdedd /README.md
parentad057ce306790a6bf54808cb7c06a37111a8baa3 (diff)
downloadxe-7d51af94fa608b380f61686a2f6a7fe90e9aa1aa.tar.gz
xe-7d51af94fa608b380f61686a2f6a7fe90e9aa1aa.tar.xz
xe-7d51af94fa608b380f61686a2f6a7fe90e9aa1aa.zip
Rename to xe
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index f806369..9cbab20 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
-## xa: simple xargs and apply replacement
+## xe: simple xargs and apply replacement
 
-`xa` is a new tool for constructing command lines from file listings
+`xe` is a new tool for constructing command lines from file listings
 or arguments, which includes the best features of `xargs(1)` and
 `apply(1)`.
 
+`xe` means "execute for every ...".
+
 ## Benefits
 
 Over xargs:
@@ -19,7 +21,7 @@ Over apply:
 
 ## Usage:
 
-	xa [-0nv] [-I arg] [-N maxargs] [-j maxjobs] COMMAND...
+	xe [-0nv] [-I arg] [-N maxargs] [-j maxjobs] COMMAND...
 	   | -s SHELLSCRIPT
 	   | -a COMMAND... -- ARGS...
 	   | -A ARGSEP COMMAND... ARGSEP ARGS...
@@ -60,7 +62,7 @@ You can also just copy the binary into your `PATH`.
 
 ## Copyright
 
-xa is in the public domain.
+xe is in the public domain.
 
 To the extent possible under law,
 Christian Neukirchen <chneukirchen@gmail.com>