aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorAdam Vandenberg2014-04-26 23:31:39 -0700
committerAdam Vandenberg2014-04-30 19:09:29 -0700
commitd4b0599a86b5d0242477597506af69df24784523 (patch)
treead67a019989cb39e5e73754ff16f8a159f3f9592 /Library/Homebrew/cmd
parent48cd833a15eaedcc7ec33244f00066c4c940f01e (diff)
downloadbrew-d4b0599a86b5d0242477597506af69df24784523.tar.bz2
--config -> config
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/config.rb (renamed from Library/Homebrew/cmd/--config.rb)2
-rw-r--r--Library/Homebrew/cmd/help.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/config.rb
index a6df1a2c6..fb3fb7772 100644
--- a/Library/Homebrew/cmd/--config.rb
+++ b/Library/Homebrew/cmd/config.rb
@@ -1,7 +1,7 @@
require 'hardware'
module Homebrew extend self
- def __config
+ def config
dump_verbose_config
end
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb
index b76e363f7..d185c41e2 100644
--- a/Library/Homebrew/cmd/help.rb
+++ b/Library/Homebrew/cmd/help.rb
@@ -12,7 +12,7 @@ Example usage:
Troubleshooting:
brew doctor
brew install -vd FORMULA
- brew [--env | --config]
+ brew [--env | config]
Brewing:
brew create [URL [--no-fetch]]