diff --git a/pwdmake/pwdmake.rb b/pwdmake/pwdmake.rb index aea0609..bd14442 100755 --- a/pwdmake/pwdmake.rb +++ b/pwdmake/pwdmake.rb @@ -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