* src/cut.c (usage): Mention blank characters are used to separate.
* doc/coreutils.texi (cut invocation): Likewise. Also describe
the 'trimmed' argument and the relation to -F.
output @var{output_delim_string} between non-overlapping
ranges of selected bytes.
+@optItem{cut,-w,}
+@optItemx{cut,--whitespace-delimited,[=trimmed]}
+With @option{-f}, separate fields with a run of blank characters
+(usually space or TAB). With @samp{trimmed} do not consider
+leading and trailing blanks as field separators.
+@option{-w} is implied with the @option{-F} option.
+
@optZeroTerminated{cut}
@end table
"));
oputs (_("\
-w, --whitespace-delimited[=trimmed]\n\
- use runs of whitespace as the field delimiter;\n\
- with 'trimmed', ignore leading and trailing whitespace\n\
+ use a run of blank characters as the field delimiter;\n\
+ with 'trimmed', ignore leading and trailing blanks\n\
"));
oputs (_("\
-z, --zero-terminated\n\