ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / sum.c
index c55293dc9673af11b3b12fb37e67989c8c2b7c27..487e93f4acea7a5e5e4f41ed4bb8886bf6071bde 100644 (file)
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config SUM
-//config:      bool "sum"
+//config:      bool "sum (4.3 kb)"
 //config:      default y
 //config:      help
-//config:        checksum and count the blocks in a file
+//config:      checksum and count the blocks in a file
 
 //applet:IF_SUM(APPLET(sum, BB_DIR_USR_BIN, BB_SUID_DROP))