Skip to content

Commit

Permalink
evanix: close-stderr-exec -> close-unused-fd
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanmohd committed Jul 12, 2024
1 parent d1ae1c7 commit 5d33ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evanix.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int main(int argc, char *argv[])
{"solver-report", no_argument, NULL, 'r'},
{"max-build", required_argument, NULL, 'm'},
{"pipelined", required_argument, NULL, 'p'},
{"close-stderr-exec", required_argument, NULL, 'c'},
{"close-unused-fd", required_argument, NULL, 'c'},
{NULL, 0, NULL, 0},
};

Expand Down

0 comments on commit 5d33ec0

Please sign in to comment.