From 2646a19b41a8075d966f2fe619b81c24b2110c25 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Thu, 4 Sep 2008 21:27:59 +0000 Subject: [PATCH] A should have been in there --- pwdmake/pwdmake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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