diff options
author | Elliott Hughes <enh@google.com> | 2020-08-03 12:08:10 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-08-04 01:55:30 -0500 |
commit | ab8f7729c0f7609a33e003ca145ca39f254ccbc4 (patch) | |
tree | 5d92c2cfe07c3525f50b0166b114872feb49faa2 /toys | |
parent | 9552ab89c61726e685254639029a621fa1132f62 (diff) | |
download | toybox-ab8f7729c0f7609a33e003ca145ca39f254ccbc4.tar.gz |
xargs: fix help formatting.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/posix/xargs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/xargs.c b/toys/posix/xargs.c index 26c1b250..cc3ee3de 100644 --- a/toys/posix/xargs.c +++ b/toys/posix/xargs.c @@ -26,7 +26,7 @@ config XARGS -n Max number of arguments per command -o Open tty for COMMAND's stdin (default /dev/null) -p Prompt for y/n from tty before running each command - -P Parallel processes (default 1) + -P Parallel processes (default 1) -r Don't run with empty input (otherwise always run command once) -s Size in bytes per command line -t Trace, print command line to stderr |