Adds 'password' to method doc

This commit is contained in:
Colin Dean 2018-10-21 15:20:45 -04:00 committed by GitHub
parent 91cd3cead2
commit 6b2451e6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ module Homebrew
s
end
# Causes some terminals to display secure entry indicators
# Causes some terminals to display secure password entry indicators
def noecho_gets
system "stty -echo"
result = $stdin.gets