diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-06 20:49:08 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-07-06 20:49:08 +0200 |
commit | 4d0e2d5b6d563fd8adb5940a42d73a43c812378b (patch) | |
tree | 6dc8a519aee131521a55ea6f77d93f58417e5439 /findutils | |
parent | abe22cd17b182153bc883e7d9e3cb04eb2c449ff (diff) | |
download | busybox-w32-4d0e2d5b6d563fd8adb5940a42d73a43c812378b.tar.gz busybox-w32-4d0e2d5b6d563fd8adb5940a42d73a43c812378b.tar.bz2 busybox-w32-4d0e2d5b6d563fd8adb5940a42d73a43c812378b.zip |
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 1d85d50e8..c369bdaf5 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -520,7 +520,7 @@ static int xargs_ask_confirmation(void) | |||
520 | //usage: ) | 520 | //usage: ) |
521 | //usage: "\n -r Don't run command if input is empty" | 521 | //usage: "\n -r Don't run command if input is empty" |
522 | //usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( | 522 | //usage: IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( |
523 | //usage: "\n -0 Input is separated by NUL characters" | 523 | //usage: "\n -0 Input is separated by NULs" |
524 | //usage: ) | 524 | //usage: ) |
525 | //usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE( | 525 | //usage: IF_FEATURE_XARGS_SUPPORT_ARGS_FILE( |
526 | //usage: "\n -a FILE Read from FILE instead of stdin" | 526 | //usage: "\n -a FILE Read from FILE instead of stdin" |