summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cat.c b/src/cat.c
index 5a610c5bc..d8594cba6 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -89,16 +89,16 @@ Usage: %s [OPTION] [FILE]...\n\
printf (_("\
Concatenate FILE(s), or standard input, to standard output.\n\
\n\
+ -A, --show-all equivalent to -vET\n\
-b, --number-nonblank number nonblank output lines\n\
-e equivalent to -vE\n\
+ -E, --show-ends display $ at end of each line\n\
-n, --number number all output lines\n\
-s, --squeeze-blank never more than one single blank line\n\
-t equivalent to -vT\n\
+ -T, --show-tabs display TAB characters as ^I\n\
-u (ignored)\n\
-v, --show-nonprinting use ^ and M- notation, except for LFD and TAB\n\
- -A, --show-all equivalent to -vET\n\
- -E, --show-ends display $ at end of each line\n\
- -T, --show-tabs display TAB characters as ^I\n\
--help display this help and exit\n\
--version output version information and exit\n\
\n\