diff options
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r-- | archival/bbunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index 90aac1427..548882f53 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -220,7 +220,7 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext) | |||
220 | 220 | ||
221 | //config:config UNCOMPRESS | 221 | //config:config UNCOMPRESS |
222 | //config: bool "uncompress" | 222 | //config: bool "uncompress" |
223 | //config: default n | 223 | //config: default n # ancient |
224 | //config: help | 224 | //config: help |
225 | //config: uncompress is used to decompress archives created by compress. | 225 | //config: uncompress is used to decompress archives created by compress. |
226 | //config: Not much used anymore, replaced by gzip/gunzip. | 226 | //config: Not much used anymore, replaced by gzip/gunzip. |