diff options
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r-- | archival/bbunzip.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index 0ac059c19..b7944a62a 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -415,7 +415,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
415 | //usage: "Decompress to stdout" | 415 | //usage: "Decompress to stdout" |
416 | 416 | ||
417 | //config:config BUNZIP2 | 417 | //config:config BUNZIP2 |
418 | //config: bool "bunzip2 (8.7 kb)" | 418 | //config: bool "bunzip2 (9.1 kb)" |
419 | //config: default y | 419 | //config: default y |
420 | //config: select FEATURE_BZIP2_DECOMPRESS | 420 | //config: select FEATURE_BZIP2_DECOMPRESS |
421 | //config: help | 421 | //config: help |
@@ -429,7 +429,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
429 | //config: should probably say N here. | 429 | //config: should probably say N here. |
430 | //config: | 430 | //config: |
431 | //config:config BZCAT | 431 | //config:config BZCAT |
432 | //config: bool "bzcat (8.7 kb)" | 432 | //config: bool "bzcat (9 kb)" |
433 | //config: default y | 433 | //config: default y |
434 | //config: select FEATURE_BZIP2_DECOMPRESS | 434 | //config: select FEATURE_BZIP2_DECOMPRESS |
435 | //config: help | 435 | //config: help |
@@ -485,7 +485,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
485 | //usage: "Decompress to stdout" | 485 | //usage: "Decompress to stdout" |
486 | 486 | ||
487 | //config:config UNLZMA | 487 | //config:config UNLZMA |
488 | //config: bool "unlzma (7.5 kb)" | 488 | //config: bool "unlzma (7.8 kb)" |
489 | //config: default y | 489 | //config: default y |
490 | //config: help | 490 | //config: help |
491 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain | 491 | //config: unlzma is a compression utility using the Lempel-Ziv-Markov chain |
@@ -494,7 +494,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
494 | //config: compressors. | 494 | //config: compressors. |
495 | //config: | 495 | //config: |
496 | //config:config LZCAT | 496 | //config:config LZCAT |
497 | //config: bool "lzcat (7.5 kb)" | 497 | //config: bool "lzcat (7.8 kb)" |
498 | //config: default y | 498 | //config: default y |
499 | //config: help | 499 | //config: help |
500 | //config: Alias to "unlzma -c". | 500 | //config: Alias to "unlzma -c". |