diff options
Diffstat (limited to 'coreutils/cksum.c')
-rw-r--r-- | coreutils/cksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cksum.c b/coreutils/cksum.c index e46e249..633322b 100644 --- a/coreutils/cksum.c +++ b/coreutils/cksum.c @@ -7,7 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ //config:config CKSUM -//config: bool "cksum (4.2 kb)" +//config: bool "cksum (4.1 kb)" //config: default y //config: help //config: cksum is used to calculate the CRC32 checksum of a file. |