From: Pádraig Brady Date: Fri, 20 Mar 2026 17:08:59 +0000 (+0000) Subject: doc: cut: reorder -s in texi X-Git-Tag: v9.11~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5b7d38d13d88fb4b35e0f5ab3a9b46c6dcd38e8;p=thirdparty%2Fcoreutils.git doc: cut: reorder -s in texi Keep in alphabetical order. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index bee084707e..4aed049dd3 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6220,11 +6220,6 @@ With @option{--bytes}, do not split multi-byte characters. A byte range must encompass the end of a multi-byte character for it to be selected. -@optItem{cut,-s,} -@optItemx{cut,--only-delimited,} -For @option{-f}, do not print lines that do not contain the field separator -character. Normally, any line without a field separator is printed verbatim. - @optItem{cut,-O,@w{ }@var{string}} @optItemx{cut,--output-delimiter,=@var{string}} With @option{-f}, output fields are separated by @var{string}. @@ -6234,6 +6229,11 @@ character offsets (as opposed to ranges of fields), output @var{output_delim_string} between non-overlapping ranges of selected bytes. +@optItem{cut,-s,} +@optItemx{cut,--only-delimited,} +For @option{-f}, do not print lines that do not contain the field separator +character. Normally, any line without a field separator is printed verbatim. + @optItem{cut,-w,} @optItemx{cut,--whitespace-delimited,[=trimmed]} With @option{-f}, separate fields with a run of blank characters