Skip to content

Commit

Permalink
fix the -o option in meth-freq
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Jan 19, 2022
1 parent 2cb0440 commit 1a46b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/freq.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ int freq_main(int argc, char **argv) {
exit(EXIT_FAILURE);
}
}
break;
case 'h':
fprintf(stdout, usage, argv[0]);
exit(EXIT_SUCCESS);
Expand Down

0 comments on commit 1a46b75

Please sign in to comment.