From d371362806b5f1ae358bc36f0d617c2467cf1a99 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 3 Jan 2016 20:15:16 +0100 Subject: README.md: fix xargs invocation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6710479..55e2d88 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ or arguments, which includes the best features of `xargs(1)` and ## Benefits Over xargs: -* Sane defaults (behaves like `xargs -d'\n' -I{} -L1 -n1 -r`). +* Sane defaults (behaves like `xargs -d'\n' -I{} -n1 -r`). * No weird parsing, arguments are seperated linewise or by NUL byte. * Can also take arguments from command-line. * No shell involved unless `-s` is used. -- cgit 1.4.1