From 1e7ca1859112333e3fb8d31dc715a4e4d5af5788 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 22 Aug 2021 15:43:29 +0200 Subject: Regularize "NUL terminated input" --help texts Signed-off-by: Denys Vlasenko --- findutils/grep.c | 2 +- findutils/xargs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'findutils') diff --git a/findutils/grep.c b/findutils/grep.c index be4362e..8600d72 100644 --- a/findutils/grep.c +++ b/findutils/grep.c @@ -83,7 +83,7 @@ //usage: "\n -F PATTERN is a literal (not regexp)" //usage: "\n -E PATTERN is an extended regexp" //usage: IF_EXTRA_COMPAT( -//usage: "\n -z Input is NUL terminated" +//usage: "\n -z NUL terminated input" //usage: ) //usage: "\n -m N Match up to N times per file" //usage: IF_FEATURE_GREP_CONTEXT( diff --git a/findutils/xargs.c b/findutils/xargs.c index e2b3527..90ff059 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c @@ -537,7 +537,7 @@ static int xargs_ask_confirmation(void) //usage:#define xargs_full_usage "\n\n" //usage: "Run PROG on every item given by stdin\n" //usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( -//usage: "\n -0 Input is separated by NULs" +//usage: "\n -0 NUL terminated input" //usage: ) //usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE( //usage: "\n -a FILE Read from FILE instead of stdin" -- cgit v1.1