]> git.ipfire.org Git - thirdparty/coreutils.git/commit
cksum: add --debug to diagnose which implementation used
authorPádraig Brady <P@draigBrady.com>
Sat, 13 Mar 2021 18:10:12 +0000 (18:10 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 15 Mar 2021 12:44:27 +0000 (12:44 +0000)
commitb73b9fcb1dad0e4edd13b6d1423c27acf4c4f312
tree92b271e543b20c572d1603751a468e5f22827771
parent4b9118cdb316093e1733264d229c6b7279179e1e
cksum: add --debug to diagnose which implementation used

* src/cksum.c: (main): Use getopt_long to parse options,
and handle the new --debug option.
(pclmul_supported): Diagnose various failures and attempts.
* NEWS: Mention the new option.
NEWS
src/cksum.c