diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-22 15:43:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-08-22 15:43:29 +0200 |
commit | 1e7ca1859112333e3fb8d31dc715a4e4d5af5788 (patch) | |
tree | fb2ea24759d9f8b89cb4359144000f3016db235c /findutils/xargs.c | |
parent | 8817e285b7ce071a27c366a2a602d3ca162b08ba (diff) | |
download | busybox-w32-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.tar.gz busybox-w32-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.tar.bz2 busybox-w32-1e7ca1859112333e3fb8d31dc715a4e4d5af5788.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/xargs.c b/findutils/xargs.c index e2b3527f3..90ff05986 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -537,7 +537,7 @@ static int xargs_ask_confirmation(void) | |||
537 | //usage:#define xargs_full_usage "\n\n" | 537 | //usage:#define xargs_full_usage "\n\n" |
538 | //usage: "Run PROG on every item given by stdin\n" | 538 | //usage: "Run PROG on every item given by stdin\n" |
539 | //usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( | 539 | //usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( |
540 | //usage: "\n -0 Input is separated by NULs" | 540 | //usage: "\n -0 NUL terminated input" |
541 | //usage: ) | 541 | //usage: ) |
542 | //usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE( | 542 | //usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE( |
543 | //usage: "\n -a FILE Read from FILE instead of stdin" | 543 | //usage: "\n -a FILE Read from FILE instead of stdin" |