diff options
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 |