diff options
| author | Charlie Sharpsteen | 2013-01-30 09:30:01 -0800 | 
|---|---|---|
| committer | Charlie Sharpsteen | 2013-01-30 09:31:42 -0800 | 
| commit | 77f0b3887649a179f75e333c58cc802dd2b6bfc8 (patch) | |
| tree | e5e47c4e3463ec60e6c7192ea7e57045def8ccd1 | |
| parent | c2af2434cede8f4cadda3e77e5f2681bf6d79bbb (diff) | |
| download | homebrew-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.rb | 2 | 
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  | 
