aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /archival/bbunzip.c
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r--archival/bbunzip.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index a2ce0a13c..93f30d324 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -299,7 +299,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config GUNZIP
-//config: bool "gunzip (12 kb)"
+//config: bool "gunzip (11 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@@ -308,7 +308,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//config: an archive, without decompressing it.
//config:
//config:config ZCAT
-//config: bool "zcat (25 kb)"
+//config: bool "zcat (24 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@@ -413,7 +413,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config BUNZIP2
-//config: bool "bunzip2 (8.8 kb)"
+//config: bool "bunzip2 (8.7 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@@ -427,7 +427,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//config: should probably say N here.
//config:
//config:config BZCAT
-//config: bool "bzcat (8.8 kb)"
+//config: bool "bzcat (8.7 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@@ -481,7 +481,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config UNLZMA
-//config: bool "unlzma (8.6 kb)"
+//config: bool "unlzma (7.5 kb)"
//config: default y
//config: help
//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -490,7 +490,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//config: compressors.
//config:
//config:config LZCAT
-//config: bool "lzcat (8.5 kb)"
+//config: bool "lzcat (7.5 kb)"
//config: default y
//config: help
//config: Alias to "unlzma -c".