whois: limit total length of response to 32+2 kb
[oweals/busybox.git] / coreutils / shred.c
index 93319e24d63964ee941d87f97326a41744a33e13..8f3d9c5c993e49e3f0729f39389dbc6a5ea4bad2 100644 (file)
@@ -5,10 +5,10 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config SHRED
-//config:      bool "shred (5 kb)"
+//config:      bool "shred (4.9 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))