]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Note that when using -f, lines with no delimiters are also printed.
authorJim Meyering <jim@meyering.net>
Thu, 7 Sep 2000 07:08:17 +0000 (07:08 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 7 Sep 2000 07:08:17 +0000 (07:08 +0000)
src/cut.c

index d8e75a056b3038115ffdcb8b67bced667076e8a5..c613d3878fff5d3e00aa399fb7ab9b1aa7a99621 100644 (file)
--- 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\