diff options
author | Denys Vlasenko | 2018-07-06 20:49:08 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-07-06 20:49:08 +0200 |
commit | 4d0e2d5b6d563fd8adb5940a42d73a43c812378b (patch) | |
tree | 6dc8a519aee131521a55ea6f77d93f58417e5439 /findutils | |
parent | abe22cd17b182153bc883e7d9e3cb04eb2c449ff (diff) | |
download | busybox-4d0e2d5b6d563fd8adb5940a42d73a43c812378b.zip busybox-4d0e2d5b6d563fd8adb5940a42d73a43c812378b.tar.gz |
tweak help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'findutils')
-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 1d85d50..c369bda 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" |