diff options
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 0ad2592..161db82 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c @@ -27,7 +27,7 @@ //usage:#define yes_trivial_usage //usage: "[STRING]" //usage:#define yes_full_usage "\n\n" -//usage: "Repeatedly output a line with STRING, or 'y'" +//usage: "Repeatedly print a line with STRING, or 'y'" #include "libbb.h" |