From b097a84d62dcfcf201a695b54bcfafae70cac8a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 03:20:17 +0100 Subject: config: update size information Signed-off-by: Denys Vlasenko --- archival/bbunzip.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'archival/bbunzip.c') 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". -- cgit v1.2.3