aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
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]]