aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Sharpsteen2013-01-30 09:30:01 -0800
committerCharlie Sharpsteen2013-01-30 09:31:42 -0800
commit77f0b3887649a179f75e333c58cc802dd2b6bfc8 (patch)
treee5e47c4e3463ec60e6c7192ea7e57045def8ccd1
parentc2af2434cede8f4cadda3e77e5f2681bf6d79bbb (diff)
downloadhomebrew-77f0b3887649a179f75e333c58cc802dd2b6bfc8.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. #13224.
-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