diff options
Diffstat (limited to 'coreutils/tee.c')
-rw-r--r-- | coreutils/tee.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/tee.c b/coreutils/tee.c index 3e3164e70..48cc0508f 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c @@ -14,7 +14,6 @@ //usage: "[-ai] [FILE]..." //usage:#define tee_full_usage "\n\n" //usage: "Copy stdin to each FILE, and also to stdout\n" -//usage: "\nOptions:" //usage: "\n -a Append to the given FILEs, don't overwrite" //usage: "\n -i Ignore interrupt signals (SIGINT)" //usage: |