aboutsummaryrefslogtreecommitdiff
path: root/findutils/xargs.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2018-07-25 10:41:42 +0100
committerRon Yorston <rmy@pobox.com>2018-07-25 10:41:42 +0100
commit59873514f17cefd6ba3997dad5779f75433fd4e6 (patch)
tree1c9d0a3450ed95f0b820285b9f9fc217c902e652 /findutils/xargs.c
parent779fd5745ac11bf752f5f4b977a274a39c192f90 (diff)
parent81de30de05beebabfa72f2a01ec4f33e9a1923e3 (diff)
downloadbusybox-w32-59873514f17cefd6ba3997dad5779f75433fd4e6.tar.gz
busybox-w32-59873514f17cefd6ba3997dad5779f75433fd4e6.tar.bz2
busybox-w32-59873514f17cefd6ba3997dad5779f75433fd4e6.zip
Merge branch 'busybox'
Diffstat (limited to 'findutils/xargs.c')
-rw-r--r--findutils/xargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c
index df2300207..4399783ea 100644
--- a/findutils/xargs.c
+++ b/findutils/xargs.c
@@ -606,7 +606,7 @@ static int xargs_ask_confirmation(void)
606//usage: ) 606//usage: )
607//usage: "\n -r Don't run command if input is empty" 607//usage: "\n -r Don't run command if input is empty"
608//usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( 608//usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM(
609//usage: "\n -0 Input is separated by NUL characters" 609//usage: "\n -0 Input is separated by NULs"
610//usage: ) 610//usage: )
611//usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE( 611//usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE(
612//usage: "\n -a FILE Read from FILE instead of stdin" 612//usage: "\n -a FILE Read from FILE instead of stdin"