bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / coreutils / shred.c
index b3c009539f42712b7885b0e1072635ae7b69c5d0..3ceb58d195628a9a4809e15061eb9ecb57cbce9c 100644 (file)
@@ -5,10 +5,10 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config SHRED
-//config:      bool "shred"
+//config:      bool "shred (5 kb)"
 //config:      default y
 //config:      help
-//config:        Overwrite a file to hide its contents, and optionally delete it
+//config:      Overwrite a file to hide its contents, and optionally delete it
 
 //applet:IF_SHRED(APPLET(shred, BB_DIR_USR_BIN, BB_SUID_DROP))