diff options
author | Ron Yorston <rmy@pobox.com> | 2021-06-28 07:46:32 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-06-28 07:46:32 +0100 |
commit | e1ad66c0b8fd58a7158d40771175a7dab224202d (patch) | |
tree | 959d687eee9637151ad5798322586174de331141 /coreutils/yes.c | |
parent | 0fdf99bee07b6c38795eb5415b5e337ab82cfba8 (diff) | |
parent | 5dbbd0a6f52befe6bc57baf97d39168e595197f1 (diff) | |
download | busybox-w32-e1ad66c0b8fd58a7158d40771175a7dab224202d.tar.gz busybox-w32-e1ad66c0b8fd58a7158d40771175a7dab224202d.tar.bz2 busybox-w32-e1ad66c0b8fd58a7158d40771175a7dab224202d.zip |
Merge branch 'busybox' into merge
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 38ffff46c..64dfa500c 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 | ||