]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: cut: clarify description of -b and -c
authorPádraig Brady <P@draigBrady.com>
Wed, 11 Mar 2026 22:17:08 +0000 (22:17 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 5 Apr 2026 12:15:55 +0000 (13:15 +0100)
* src/cut.c (usage): State the arguments are positions,
in case users may think they were values.

src/cut.c

index a782788a10347ab393f9079720bc49eb790cc6ac..2338ca457727dd1b2feebc6a42a47de052c5bf2f 100644 (file)
--- 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\