diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:12:09 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-13 03:12:09 +0200 |
commit | 1849285a2098b503b829038f00f25abc52dbea6b (patch) | |
tree | cd39fc71e17c465b81174b83d64cd05eee2edad3 /coreutils/yes.c | |
parent | 6b6826f0b87b13c5e83786f045b90d703507464e (diff) | |
download | busybox-w32-1849285a2098b503b829038f00f25abc52dbea6b.tar.gz busybox-w32-1849285a2098b503b829038f00f25abc52dbea6b.tar.bz2 busybox-w32-1849285a2098b503b829038f00f25abc52dbea6b.zip |
*: more --help tweaks, mostly expanding ts --help
function old new delta
packed_usage 33554 33596 +42
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/yes.c')
-rw-r--r-- | coreutils/yes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/yes.c b/coreutils/yes.c index 0ad25926f..161db82c0 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c | |||
@@ -27,7 +27,7 @@ | |||
27 | //usage:#define yes_trivial_usage | 27 | //usage:#define yes_trivial_usage |
28 | //usage: "[STRING]" | 28 | //usage: "[STRING]" |
29 | //usage:#define yes_full_usage "\n\n" | 29 | //usage:#define yes_full_usage "\n\n" |
30 | //usage: "Repeatedly output a line with STRING, or 'y'" | 30 | //usage: "Repeatedly print a line with STRING, or 'y'" |
31 | 31 | ||
32 | #include "libbb.h" | 32 | #include "libbb.h" |
33 | 33 | ||