diff options
Diffstat (limited to 'spelling-rbead')
-rwxr-xr-x | spelling-rbead | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spelling-rbead b/spelling-rbead index 7540a74..19ca290 100755 --- a/spelling-rbead +++ b/spelling-rbead @@ -13,8 +13,9 @@ OptionParser.new do |opts| end.parse! if !$help - $password = Readline.readline "Password: " - puts + $stderr.print "Password: " + $password = Readline.readline + $stderr.puts $subject ||= "Spelling:" #Net::IMAP.debug = true |