summaryrefslogtreecommitdiff
path: root/findutils/xargs.c
diff options
context:
space:
mode:
authorDenys Vlasenko2021-08-22 15:43:29 +0200
committerDenys Vlasenko2021-08-22 15:43:29 +0200
commit1e7ca1859112333e3fb8d31dc715a4e4d5af5788 (patch)
treefb2ea24759d9f8b89cb4359144000f3016db235c /findutils/xargs.c
parent8817e285b7ce071a27c366a2a602d3ca162b08ba (diff)
downloadbusybox-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.zip
busybox-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.tar.gz
Regularize "NUL terminated input" --help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 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"