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/tee.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'coreutils/tee.c') diff --git a/coreutils/tee.c b/coreutils/tee.c index 67b42a24d..c15408b51 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c @@ -26,18 +26,6 @@ #include #include -static const char tee_usage[] = - "tee [OPTION]... [FILE]...\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nCopy standard input to each FILE, and also to standard output.\n\n" - "Options:\n" "\t-a\tappend to the given FILEs, do not overwrite\n" -#if 0 - "\t-i\tignore interrupt signals\n" -#endif -#endif -; - - /* FileList _______________________________________________________________ */ #define FL_MAX 1024 @@ -133,4 +121,4 @@ int tee_main(int argc, char **argv) return(0); } -/* $Id: tee.c,v 1.12 2000/07/14 01:51:25 kraai Exp $ */ +/* $Id: tee.c,v 1.13 2000/07/16 20:57:15 kraai Exp $ */ -- cgit v1.2.3