summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-01 01:10:54 +0000
committerJim Meyering <jim@meyering.net>1996-10-01 01:10:54 +0000
commit39c406f18a7693b65def8915a0278a972a50fe26 (patch)
treec10e94287bf6dc22f1f1adc452f9160b51d195f5
parentd7f77ef1cf72c460ba47aa7e9d4a330343d9621f (diff)
downloadcoreutils-TEXTUTILS-1_19i.tar.gz
-rw-r--r--src/cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat.c b/src/cat.c
index 6ee796646..bfd7f6e03 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -95,7 +95,7 @@ Concatenate FILE(s), or standard input, to standard output.\n\
-s, --squeeze-blank never more than one single blank line\n\
-t equivalent to -vT\n\
-u (ignored)\n\
- -v, --show-nonprinting use ^ and M- notation, save for LFD and TAB\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\