diff --git a/urlcrazy b/urlcrazy index e683410..01cc812 100755 --- a/urlcrazy +++ b/urlcrazy @@ -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