]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: cut: reorder -s in texi
authorPádraig Brady <P@draigBrady.com>
Fri, 20 Mar 2026 17:08:59 +0000 (17:08 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 5 Apr 2026 12:15:56 +0000 (13:15 +0100)
Keep in alphabetical order.

doc/coreutils.texi

index bee084707e595819a403c8618f29326eec896278..4aed049dd3d7444d68f07470c97b25a9b24fbe3a 100644 (file)
@@ -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