From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- coreutils/yes.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'coreutils/yes.c') diff --git a/coreutils/yes.c b/coreutils/yes.c index 0191bb003..f41bbb6ef 100644 --- a/coreutils/yes.c +++ b/coreutils/yes.c @@ -23,13 +23,6 @@ #include "internal.h" #include -const char yes_usage[] = - "yes [OPTION]... [STRING]...\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nRepeatedly outputs a line with all specified STRING(s), or `y'.\n" -#endif - ; - extern int yes_main(int argc, char **argv) { int i; -- cgit v1.2.3