From ab8f7729c0f7609a33e003ca145ca39f254ccbc4 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 3 Aug 2020 12:08:10 -0700 Subject: xargs: fix help formatting. --- toys/posix/xargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix') 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 -- cgit v1.2.3