summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-24 08:48:21 +0000
committerJim Meyering <jim@meyering.net>2001-08-24 08:48:21 +0000
commit8e092dca083bdc039f43a2f3ce343c0cedd67700 (patch)
tree461c09fad4cd003099cf84de4bec35e95b480ba0 /doc
parentfa10fa9e645e7bc3c5f05f2da2628bd67af6722d (diff)
downloadcoreutils-8e092dca083bdc039f43a2f3ce343c0cedd67700.tar.xz
(cut invocation): Document how cut treats lines with no separators.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 6d69b1b2f..4172239bc 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -3860,7 +3860,7 @@ Do not split multi-byte characters (no-op for now).
@opindex -s
@opindex --only-delimited
For @samp{-f}, do not print lines that do not contain the field separator
-character.
+character. Normally, any line without a field separator is printed verbatim.
@itemx --output-delimiter=@var{output_delim_string}
@opindex --output-delimiter