diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/bzip2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/bzip2.c b/archival/bzip2.c index e9a69c458..c750a056f 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c | |||
@@ -182,6 +182,7 @@ int bzip2_main(int argc, char **argv) | |||
182 | * --best alias for -9 | 182 | * --best alias for -9 |
183 | */ | 183 | */ |
184 | 184 | ||
185 | opt_complementary = "s2"; /* -s means -2 (compatibility) */ | ||
185 | /* Must match bbunzip's constants OPT_STDOUT, OPT_FORCE! */ | 186 | /* Must match bbunzip's constants OPT_STDOUT, OPT_FORCE! */ |
186 | opt = getopt32(argv, "cfv" USE_BUNZIP2("d") "123456789qzs" ); | 187 | opt = getopt32(argv, "cfv" USE_BUNZIP2("d") "123456789qzs" ); |
187 | #if ENABLE_BUNZIP2 /* bunzip2_main may not be visible... */ | 188 | #if ENABLE_BUNZIP2 /* bunzip2_main may not be visible... */ |