Skip to content

Commit

Permalink
Fixed -? usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 22, 2015
1 parent 10e07b6 commit d6e06c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seterlvl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ int main(int argc, char **argv) {
exit(0);
break;

case '?': // help
// fallthrough
case 'h': // help
usage();
exit(0);
Expand Down

0 comments on commit d6e06c9

Please sign in to comment.