Skip to content

Commit

Permalink
Merge pull request #300 from RMerl/master
Browse files Browse the repository at this point in the history
Add missing --force option (fixes #299)
  • Loading branch information
troglobit committed Feb 25, 2020
2 parents fb6cd53 + 2f972d2 commit 768debc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ int main(int argc, char *argv[])
once = 1;
break;

case '4': /* -- force */
force = 1;
break;

case 128: /* --cache-dir=PATH */
cache_dir = strdup(optarg);
break;
Expand Down

0 comments on commit 768debc

Please sign in to comment.