aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/tee.c')
-rw-r--r--toys/posix/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/tee.c b/toys/posix/tee.c
index ff8a29dc..43529426 100644
--- a/toys/posix/tee.c
+++ b/toys/posix/tee.c
@@ -10,7 +10,7 @@ config TEE
bool "tee"
default y
help
- usage: tee [-ai] [file...]
+ usage: tee [-ai] [FILE...]
Copy stdin to each listed file, and also to stdout.
Filename "-" is a synonym for stdout.