From: Denys Vlasenko Date: Sun, 6 Jun 2010 03:23:09 +0000 (+0200) Subject: yes: this applet doesn't have options, don't lie that it does. X-Git-Tag: 1_17_0~109 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f2177abe1d1da0f845147e29f5565a53d9cba09d;p=oweals%2Fbusybox.git yes: this applet doesn't have options, don't lie that it does. Signed-off-by: Denys Vlasenko --- diff --git a/coreutils/yes.c b/coreutils/yes.c index d757a4504..ead674b27 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c @@ -18,6 +18,11 @@ /* This is a NOFORK applet. Be very careful! */ +//usage:#define yes_trivial_usage +//usage: "[STRING]" +//usage:#define yes_full_usage "\n\n" +//usage: "Repeatedly output a line with STRING, or 'y'" + int yes_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int yes_main(int argc UNUSED_PARAM, char **argv) { diff --git a/include/usage.src.h b/include/usage.src.h index 78c0a0f1c..f9f457871 100644 --- a/include/usage.src.h +++ b/include/usage.src.h @@ -5236,11 +5236,6 @@ INSERT "$ ls | xargs gzip\n" \ "$ find . -name '*.c' -print | xargs rm\n" -#define yes_trivial_usage \ - "[OPTIONS] [STRING]" -#define yes_full_usage "\n\n" \ - "Repeatedly output a line with STRING, or 'y'" - #define zcat_trivial_usage \ "FILE" #define zcat_full_usage "\n\n" \