From 6b2451e6acf61a47c8b7f7b1cca71d027047fce3 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Sun, 21 Oct 2018 15:20:45 -0400 Subject: [PATCH] Adds 'password' to method doc --- Library/Homebrew/cmd/gist-logs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb index b93cda917a..975acbd65d 100644 --- a/Library/Homebrew/cmd/gist-logs.rb +++ b/Library/Homebrew/cmd/gist-logs.rb @@ -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