diff options
| author | Max Howell | 2011-08-23 23:30:52 +0100 | 
|---|---|---|
| committer | Max Howell | 2011-08-24 22:30:43 +0100 | 
| commit | 81f1fb38a9f754319a75fcd715435f6f6258bc60 (patch) | |
| tree | dea2acd1d00a32b6da4ae0040e0982484dbd7159 /Library/Homebrew/cmd/help.rb | |
| parent | 3fa883f1503a69a9a4fa44de2ef061bb506aab88 (diff) | |
| download | homebrew-81f1fb38a9f754319a75fcd715435f6f6258bc60.tar.bz2 | |
`brew upgrade`
Consequence: you can no longer install when something is already installed, you must upgrade it. This doesn't apply if the formula in question was unlinked. You can still --force installs though.
Rationale: the old way of installing over the top would leave symlinks to multiple versions in /usr/local if the old version had a file the newer version didn't. The new upgrade command handles everything properly.
Diffstat (limited to 'Library/Homebrew/cmd/help.rb')
| -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 3e7cc75b9..2d55d0427 100644 --- a/Library/Homebrew/cmd/help.rb +++ b/Library/Homebrew/cmd/help.rb @@ -5,7 +5,7 @@ Example usage:    brew search [foo]    brew list [FORMULA...]    brew update -  brew outdated +  brew upgrade [FORMULA...]    brew [info | home] [FORMULA...]  Troubleshooting:  | 
