doc: cut: reorder -s in texi

Keep in alphabetical order.
This commit is contained in:
Pádraig Brady
2026-03-20 17:08:59 +00:00
parent c1d7b492c6
commit f5b7d38d13
+5 -5
View 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