diff options
| author | Xu Cheng | 2015-05-06 16:19:07 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-05-06 16:19:07 +0800 |
| commit | 1f7c4ee6449e8458824bab62cef04fb5b7b93388 (patch) | |
| tree | 4514c729746510f16b048424ca1821c15e145f07 /Library | |
| parent | 83bcde23170ceed42f6b86b5ea66a5ce20e00ff4 (diff) | |
| download | brew-1f7c4ee6449e8458824bab62cef04fb5b7b93388.tar.bz2 | |
replace `brew upgrade` with `brew upgrade --all`.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/help.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/help.rb b/Library/Homebrew/cmd/help.rb index f4fedc529..ce015a42b 100644 --- a/Library/Homebrew/cmd/help.rb +++ b/Library/Homebrew/cmd/help.rb @@ -6,7 +6,7 @@ Example usage: brew search [foo] brew list [FORMULA...] brew update - brew upgrade [FORMULA...] + brew upgrade [--all | FORMULA...] brew pin/unpin [FORMULA...] Troubleshooting: diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index e8e8cacb0..212a3aa90 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -308,7 +308,7 @@ Note that these flags should only appear after a command. * `pin` <formulae>: Pin the specified <formulae>, preventing them from being upgraded when - issuing the `brew upgrade` command without arguments. See also `unpin`. + issuing the `brew upgrade --all` command without arguments. See also `unpin`. * `prune`: Remove dead symlinks from the Homebrew prefix. This is generally not @@ -390,7 +390,7 @@ Note that these flags should only appear after a command. source. This is useful for creating patches for the software. * `unpin` <formulae>: - Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also + Unpin <formulae>, allowing them to be upgraded by `brew upgrade --all`. See also `pin`. * `untap` <tap>: |
