From: Pádraig Brady Date: Wed, 11 Mar 2026 22:17:08 +0000 (+0000) Subject: doc: cut: clarify description of -b and -c X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1173ebb7c8566bbec5cc561da195827ce731cf48;p=thirdparty%2Fcoreutils.git doc: cut: clarify description of -b and -c * src/cut.c (usage): State the arguments are positions, in case users may think they were values. --- diff --git a/src/cut.c b/src/cut.c index a782788a10..2338ca4577 100644 --- a/src/cut.c +++ b/src/cut.c @@ -141,11 +141,11 @@ Print selected parts of lines from each FILE to standard output.\n\ oputs (_("\ -b, --bytes=LIST\n\ - select only these bytes\n\ + select only these byte positions\n\ ")); oputs (_("\ -c, --characters=LIST\n\ - select only these characters\n\ + select only these character positions\n\ ")); oputs (_("\ -d, --delimiter=DELIM\n\