Skip to content

Commit

Permalink
Make --help success
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Apr 30, 2024
1 parent e380a4a commit e4d1f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/racc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def main
}
parser.on('--help', 'Prints this message and quit.') {
puts parser.help
exit 1
exit
}
begin
parser.parse!
Expand Down

0 comments on commit e4d1f56

Please sign in to comment.