A should have been in there

This commit is contained in:
Ward Wouts 2008-09-04 21:27:59 +00:00
parent 81fa1050a0
commit 2646a19b41

View file

@ -89,7 +89,7 @@ case @options["-s"]
@rand_chars = [ "ABCDEFGHJKMNPQRSTUVWXYZabcefhjkmnpqrstuvwxyz2345678!@$%^&*" ]
# Telephone class. No mn, akh and none of the paper chars stuff.
when "t"
@rand_chars = [ "BCDEFGJPQRSTUVWXYZbcefjpqrstuvwxyz2345678!@$%^&*" ]
@rand_chars = [ "ABCDEFGJPQRSTUVWXYZabcefjpqrstuvwxyz2345678!@$%^&*" ]
else
puts "Charater set '#{@options["-s"]}' unknown"
exit