Skip to content

Commit

Permalink
keep files decompressed to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
tansy committed Jan 29, 2024
1 parent f3d1d8d commit 99dc3d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ int main(int argc, char **argv)

case 'c': /* force to stdout */
opt_stdout = 1;
opt_keep = 1;
break;

case 'd': /* mode = decompress */
Expand Down

0 comments on commit 99dc3d7

Please sign in to comment.