diff options
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r-- | archival/bbunzip.c | 12 |
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) | |||
299 | //usage: "Decompress to stdout" | 299 | //usage: "Decompress to stdout" |
300 | 300 | ||
301 | //config:config GUNZIP | 301 | //config:config GUNZIP |
302 | //config: bool "gunzip (12 kb)" | 302 | //config: bool "gunzip (11 kb)" |
303 | //config: default y | 303 | //config: default y |
304 | //config: select FEATURE_GZIP_DECOMPRESS | 304 | //config: select FEATURE_GZIP_DECOMPRESS |
305 | //config: help | 305 | //config: help |
@@ -308,7 +308,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) | |||
308 | //config: an archive, without decompressing it. | 308 | //config: an archive, without decompressing it. |
309 | //config: | 309 | //config: |
310 | //config:config ZCAT | 310 | //config:config ZCAT |
311 | //config: bool "zcat (25 kb)" | 311 | //config: bool "zcat (24 kb)" |
312 | //config: default y | 312 | //config: default y |
313 | //config: select FEATURE_GZIP_DECOMPRESS | 313 | //config: select FEATURE_GZIP_DECOMPRESS |
314 | //config: help | 314 | //config: help |
@@ -413,7 +413,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
413 | //usage: "Decompress to stdout" | 413 | //usage: "Decompress to stdout" |
414 | 414 | ||
415 | //config:config BUNZIP2 | 415 | //config:config BUNZIP2 |
416 | //config: bool "bunzip2 (8.8 kb)" | 416 | //config: bool "bunzip2 (8.7 kb)" |
417 | //config: default y | 417 | //config: default y |
418 | //config: select FEATURE_BZIP2_DECOMPRESS | 418 | //config: select FEATURE_BZIP2_DECOMPRESS |
419 | //config: help | 419 | //config: help |
@@ -427,7 +427,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
427 | //config: should probably say N here. | 427 | //config: should probably say N here. |
428 | //config: | 428 | //config: |
429 | //config:config BZCAT | 429 | //config:config BZCAT |
430 | //config: bool "bzcat (8.8 kb)" | 430 | //config: bool "bzcat (8.7 kb)" |
431 | //config: default y | 431 | //config: default y |
432 | //config: select FEATURE_BZIP2_DECOMPRESS | 432 | //config: select FEATURE_BZIP2_DECOMPRESS |
433 | //config: help | 433 | //config: help |
@@ -481,7 +481,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
481 | //usage: "Decompress to stdout" | 481 | //usage: "Decompress to stdout" |
482 | 482 | ||
483 | //config:config UNLZMA | 483 | //config:config UNLZMA |
484 | //config: bool "unlzma (8.6 kb)" | 484 | //config: bool "unlzma (7.5 kb)" |
485 | //config: default y | 485 | //config: default y |
486 | //config: help | 486 | //config: help |
487 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 487 | //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) | |||
490 | //config: compressors. | 490 | //config: compressors. |
491 | //config: | 491 | //config: |
492 | //config:config LZCAT | 492 | //config:config LZCAT |
493 | //config: bool "lzcat (8.5 kb)" | 493 | //config: bool "lzcat (7.5 kb)" |
494 | //config: default y | 494 | //config: default y |
495 | //config: help | 495 | //config: help |
496 | //config: Alias to "unlzma -c". | 496 | //config: Alias to "unlzma -c". |