Little fixes.

This commit is contained in:
rsc 2004-04-30 02:16:28 +00:00
parent be36ff6885
commit b1455f33a8
10 changed files with 68 additions and 15 deletions

View file

@ -52,6 +52,9 @@ main(int argc, char *argv[])
exec("gunzip", oargv);
sysfatal("exec gunzip failed");
break;
case 'f':
/* force */
break;
case 'v':
verbose++;
break;