aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/help.rb
diff options
context:
space:
mode:
authorMartin Afanasjew2016-04-17 03:58:35 +0200
committerMartin Afanasjew2016-04-18 00:52:32 +0200
commitc6536066dc39da653d265640c6ba6046bb5def98 (patch)
treedf4356e8fa39438f5a81c82d8a33c501030ae78f /Library/Homebrew/cmd/help.rb
parent3503806e772ad0c5cfc4311bb816c1735c5b9e81 (diff)
downloadbrew-c6536066dc39da653d265640c6ba6046bb5def98.tar.bz2
ARGV: remove unused 'usage' method
Also remove related helper method `Homebrew.help_s`.
Diffstat (limited to 'Library/Homebrew/cmd/help.rb')
-rw-r--r--Library/Homebrew/cmd/help.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb
index d82ed8c20..7b7919e80 100644
--- a/Library/Homebrew/cmd/help.rb
+++ b/Library/Homebrew/cmd/help.rb
@@ -58,10 +58,6 @@ module Homebrew
exit 0
end
- def help_s
- HOMEBREW_HELP
- end
-
private
def help_for_command(cmd)