summaryrefslogtreecommitdiff
path: root/src/cut.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-07 07:08:17 +0000
committerJim Meyering <jim@meyering.net>2000-09-07 07:08:17 +0000
commit95ed06eb099d3175758b70189dccf9588cecd0a8 (patch)
tree2a11c7d0486b9d68e31428c84313a73887f41b08 /src/cut.c
parent19ee58e09012873e3cba6788069396b48f4c082e (diff)
downloadcoreutils-95ed06eb099d3175758b70189dccf9588cecd0a8.tar.xz
(usage): Note that when using -f, lines with no delimiters are also printed.
Diffstat (limited to 'src/cut.c')
-rw-r--r--src/cut.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cut.c b/src/cut.c
index d8e75a056..c613d3878 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -174,7 +174,9 @@ Print selected parts of lines from each FILE to standard output.\n\
-b, --bytes=LIST output only these bytes\n\
-c, --characters=LIST output only these characters\n\
-d, --delimiter=DELIM use DELIM instead of TAB for field delimiter\n\
- -f, --fields=LIST output only these fields\n\
+ -f, --fields=LIST output only these fields; also print any line\n\
+ that contains no delimiter character, unless\n\
+ the -s option is specified\n\
-n (ignored)\n\
-s, --only-delimited do not print lines not containing delimiters\n\
--output-delimiter=STRING use STRING as the output delimiter\n\