aboutsummaryrefslogtreecommitdiff
path: root/archival/bbunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r--archival/bbunzip.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index b3b85b5d9..786a81f2c 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -237,7 +237,7 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext)
237//usage: "\n -f Overwrite" 237//usage: "\n -f Overwrite"
238 238
239//config:config UNCOMPRESS 239//config:config UNCOMPRESS
240//config: bool "uncompress" 240//config: bool "uncompress (7.1 kb)"
241//config: default n # ancient 241//config: default n # ancient
242//config: help 242//config: help
243//config: uncompress is used to decompress archives created by compress. 243//config: uncompress is used to decompress archives created by compress.
@@ -312,7 +312,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
312//usage: "Decompress to stdout" 312//usage: "Decompress to stdout"
313 313
314//config:config GUNZIP 314//config:config GUNZIP
315//config: bool "gunzip" 315//config: bool "gunzip (12 kb)"
316//config: default y 316//config: default y
317//config: select FEATURE_GZIP_DECOMPRESS 317//config: select FEATURE_GZIP_DECOMPRESS
318//config: help 318//config: help
@@ -321,7 +321,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
321//config: an archive, without decompressing it. 321//config: an archive, without decompressing it.
322//config: 322//config:
323//config:config ZCAT 323//config:config ZCAT
324//config: bool "zcat" 324//config: bool "zcat (25 kb)"
325//config: default y 325//config: default y
326//config: select FEATURE_GZIP_DECOMPRESS 326//config: select FEATURE_GZIP_DECOMPRESS
327//config: help 327//config: help
@@ -425,7 +425,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
425//usage: "Decompress to stdout" 425//usage: "Decompress to stdout"
426 426
427//config:config BUNZIP2 427//config:config BUNZIP2
428//config: bool "bunzip2" 428//config: bool "bunzip2 (8.8 kb)"
429//config: default y 429//config: default y
430//config: select FEATURE_BZIP2_DECOMPRESS 430//config: select FEATURE_BZIP2_DECOMPRESS
431//config: help 431//config: help
@@ -439,7 +439,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
439//config: should probably say N here. 439//config: should probably say N here.
440//config: 440//config:
441//config:config BZCAT 441//config:config BZCAT
442//config: bool "bzcat" 442//config: bool "bzcat (8.8 kb)"
443//config: default y 443//config: default y
444//config: select FEATURE_BZIP2_DECOMPRESS 444//config: select FEATURE_BZIP2_DECOMPRESS
445//config: help 445//config: help
@@ -493,7 +493,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
493//usage: "Decompress to stdout" 493//usage: "Decompress to stdout"
494 494
495//config:config UNLZMA 495//config:config UNLZMA
496//config: bool "unlzma" 496//config: bool "unlzma (8.6 kb)"
497//config: default y 497//config: default y
498//config: help 498//config: help
499//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain 499//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -505,7 +505,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
505//config: On an x86 system, this applet adds about 4K. 505//config: On an x86 system, this applet adds about 4K.
506//config: 506//config:
507//config:config LZCAT 507//config:config LZCAT
508//config: bool "lzcat" 508//config: bool "lzcat (8.5 kb)"
509//config: default y 509//config: default y
510//config: help 510//config: help
511//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain 511//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -581,13 +581,13 @@ int unlzma_main(int argc UNUSED_PARAM, char **argv)
581//usage: "Decompress to stdout" 581//usage: "Decompress to stdout"
582 582
583//config:config UNXZ 583//config:config UNXZ
584//config: bool "unxz" 584//config: bool "unxz (13 kb)"
585//config: default y 585//config: default y
586//config: help 586//config: help
587//config: unxz is a unlzma successor. 587//config: unxz is a unlzma successor.
588//config: 588//config:
589//config:config XZCAT 589//config:config XZCAT
590//config: bool "xzcat" 590//config: bool "xzcat (13 kb)"
591//config: default y 591//config: default y
592//config: help 592//config: help
593//config: Alias to "unxz -c". 593//config: Alias to "unxz -c".