* doc/coreutils.texi (wc invocation): Desscribe --debug.
* src/wc.c (usage): Likewise.
* NEWS: Mention the bug fix.
This also applies to the sha*sum and b2sum utilities.
[This bug was present in "the beginning".]
+ wc now documents its --debug option, currently used to
+ indicate the line count acceleration being used.
+ [bug introduced in coreutils-9.0]
+
* Noteworthy changes in release 9.9 (2025-11-10) [stable]
If a file ends in a non-newline character,
its trailing partial line is not counted.
+@item --debug
+@opindex --debug
+Output extra information to standard error.
+Currently; print the line count acceleration implementation being used.
+
@item -L
@itemx --max-line-length
@opindex -L
-c, --bytes print the byte counts\n\
-m, --chars print the character counts\n\
-l, --lines print the newline counts\n\
+"), stdout);
+ fputs (_("\
+ --debug indicate what line count acceleration is used\n\
"), stdout);
fputs (_("\
--files0-from=F read input from the files specified by\n\