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/cat.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'coreutils/cat.c') diff --git a/coreutils/cat.c b/coreutils/cat.c index 6c17ee620..c27f07e82 100644 --- a/coreutils/cat.c +++ b/coreutils/cat.c @@ -34,13 +34,6 @@ static void print_file(FILE * file) fflush(stdout); } -static const char cat_usage[] = - "cat [FILE]...\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nConcatenates FILE(s) and prints them to stdout.\n" -#endif - ; - extern int cat_main(int argc, char **argv) { FILE *file; -- cgit v1.2.3