Make `-y' option actually work.

Submitted by:	reg
This commit is contained in:
Maxim Sobolev 2001-01-24 08:22:53 +00:00
parent 0f68b6595a
commit 75c8e7795c
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ main(int argc, char **argv)
break;
case 'y':
UseBzip2 = FALSE;
UseBzip2 = TRUE;
break;
case '?':