diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 03:20:17 +0100 |
commit | b097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch) | |
tree | c3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /coreutils/shred.c | |
parent | 10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff) | |
download | busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.bz2 busybox-w32-b097a84d62dcfcf201a695b54bcfafae70cac8a6.zip |
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/shred.c')
-rw-r--r-- | coreutils/shred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/shred.c b/coreutils/shred.c index 3ceb58d19..8f3d9c5c9 100644 --- a/coreutils/shred.c +++ b/coreutils/shred.c | |||
@@ -5,7 +5,7 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config SHRED | 7 | //config:config SHRED |
8 | //config: bool "shred (5 kb)" | 8 | //config: bool "shred (4.9 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: Overwrite a file to hide its contents, and optionally delete it | 11 | //config: Overwrite a file to hide its contents, and optionally delete it |