From 4d0e2d5b6d563fd8adb5940a42d73a43c812378b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 6 Jul 2018 20:49:08 +0200 Subject: tweak help texts Signed-off-by: Denys Vlasenko --- findutils/xargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/xargs.c') diff --git a/findutils/xargs.c b/findutils/xargs.c index 1d85d50e8..c369bdaf5 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c @@ -520,7 +520,7 @@ static int xargs_ask_confirmation(void) //usage: ) //usage: "\n -r Don't run command if input is empty" //usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( -//usage: "\n -0 Input is separated by NUL characters" +//usage: "\n -0 Input is separated by NULs" //usage: ) //usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE( //usage: "\n -a FILE Read from FILE instead of stdin" -- cgit v1.2.3