aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/help.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2013-01-30 09:30:01 -0800
committerCharlie Sharpsteen2013-01-30 09:31:42 -0800
commit1fbc32d8423f0518f295f1fa4e7485b7db4600ff (patch)
treec88f5f59f97b839cc35b956e483321f82662dee4 /Library/Homebrew/cmd/help.rb
parent3414b4d689c22f11c00b029151b6bf663dd99346 (diff)
downloadbrew-1fbc32d8423f0518f295f1fa4e7485b7db4600ff.tar.bz2
brew-help: Add options to example usage
Also, move the line containing `info`, `home` and `options` to the top of the list as users should be running these before installation. Ref. Homebrew/homebrew#13224.
Diffstat (limited to 'Library/Homebrew/cmd/help.rb')
-rw-r--r--Library/Homebrew/cmd/help.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb
index 2d55d0427..a5ad86a32 100644
--- a/Library/Homebrew/cmd/help.rb
+++ b/Library/Homebrew/cmd/help.rb
@@ -1,12 +1,12 @@
HOMEBREW_HELP = <<-EOS
Example usage:
+ brew [info | home | options ] [FORMULA...]
brew install FORMULA...
brew uninstall FORMULA...
brew search [foo]
brew list [FORMULA...]
brew update
brew upgrade [FORMULA...]
- brew [info | home] [FORMULA...]
Troubleshooting:
brew doctor