summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
committerJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
commite298f1f300b261e41db1a7516d99693986a2267b (patch)
treead56adabdb5c0877cd3405fe7b9d49232e28a965 /src/cat.c
parent81024044659c48de8fa65fc1ea44071bda7db7eb (diff)
downloadcoreutils-e298f1f300b261e41db1a7516d99693986a2267b.tar.xz
(usage): Alphabetize options like sort -f would.
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\