Skip to content

Commit

Permalink
Fixed bug with -v version
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanadventurer committed Apr 24, 2020
1 parent 322f0a1 commit ecfca9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urlcrazy
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ begin
puts "Cannot write to output file, #{output_filename}"
exit 1
end
when '-V','--version'
when '-v','--version'
puts $VERSION; exit
end
end
Expand Down

0 comments on commit ecfca9e

Please sign in to comment.