aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cksum.c')
-rw-r--r--coreutils/cksum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/cksum.c b/coreutils/cksum.c
index 83b7e3238..badc63a6a 100644
--- a/coreutils/cksum.c
+++ b/coreutils/cksum.c
@@ -7,11 +7,11 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config CKSUM 9//config:config CKSUM
10//config: bool "cksum (4.1 kb)" 10//config: bool "cksum (4.3 kb)"
11//config: default y 11//config: default y
12//config: 12//config:
13//config:config CRC32 13//config:config CRC32
14//config: bool "crc32 (4.1 kb)" 14//config: bool "crc32 (4.2 kb)"
15//config: default y 15//config: default y
16 16
17// APPLET_NOEXEC:name main location suid_type help 17// APPLET_NOEXEC:name main location suid_type help