From db30a683d80d5bc0615131e7bc5482aea08eb53b Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Fri, 5 Sep 2008 11:26:02 +0000 Subject: [PATCH] nee, de a wou ik echt niet, klinkt te veel als k en h --- pwdmake/pwdmake.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwdmake/pwdmake.rb b/pwdmake/pwdmake.rb index bd14442..aea0609 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 = [ "ABCDEFGJPQRSTUVWXYZabcefjpqrstuvwxyz2345678!@$%^&*" ] + @rand_chars = [ "BCDEFGJPQRSTUVWXYZbcefjpqrstuvwxyz2345678!@$%^&*" ] else puts "Charater set '#{@options["-s"]}' unknown" exit