diff options
| author | Charlie Sharpsteen | 2013-01-30 09:30:01 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2013-01-30 09:31:42 -0800 |
| commit | 1fbc32d8423f0518f295f1fa4e7485b7db4600ff (patch) | |
| tree | c88f5f59f97b839cc35b956e483321f82662dee4 /Library/Homebrew/cmd | |
| parent | 3414b4d689c22f11c00b029151b6bf663dd99346 (diff) | |
| download | brew-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')
| -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 |
