aboutsummaryrefslogtreecommitdiff
path: root/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'tee.c')
-rw-r--r--tee.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/tee.c b/tee.c
index 67b42a24d..c15408b51 100644
--- a/tee.c
+++ b/tee.c
@@ -26,18 +26,6 @@
26#include <errno.h> 26#include <errno.h>
27#include <stdio.h> 27#include <stdio.h>
28 28
29static const char tee_usage[] =
30 "tee [OPTION]... [FILE]...\n"
31#ifndef BB_FEATURE_TRIVIAL_HELP
32 "\nCopy standard input to each FILE, and also to standard output.\n\n"
33 "Options:\n" "\t-a\tappend to the given FILEs, do not overwrite\n"
34#if 0
35 "\t-i\tignore interrupt signals\n"
36#endif
37#endif
38;
39
40
41/* FileList _______________________________________________________________ */ 29/* FileList _______________________________________________________________ */
42 30
43#define FL_MAX 1024 31#define FL_MAX 1024
@@ -133,4 +121,4 @@ int tee_main(int argc, char **argv)
133 return(0); 121 return(0);
134} 122}
135 123
136/* $Id: tee.c,v 1.12 2000/07/14 01:51:25 kraai Exp $ */ 124/* $Id: tee.c,v 1.13 2000/07/16 20:57:15 kraai Exp $ */