diff options
Diffstat (limited to 'Library/Homebrew')
| -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>: |
