aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/cat.c')
-rw-r--r--toys/posix/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/cat.c b/toys/posix/cat.c
index a0e2d56b..6daba7a2 100644
--- a/toys/posix/cat.c
+++ b/toys/posix/cat.c
@@ -14,7 +14,7 @@ config CAT
bool "cat"
default y
help
- usage: cat [-u] [file...]
+ usage: cat [-u] [FILE...]
Copy (concatenate) files to stdout. If no files listed, copy from stdin.
Filename "-" is a synonym for stdin.
@@ -37,7 +37,7 @@ config CATV
bool "catv"
default y
help
- usage: catv [-evt] [filename...]
+ usage: catv [-evt] [FILE...]
Display nonprinting characters as escape sequences. Use M-x for
high ascii characters (>127), and ^x for other nonprinting chars.