diff options
| author | Mike McQuaid | 2017-12-30 20:24:36 +0000 |
|---|---|---|
| committer | GitHub | 2017-12-30 20:24:36 +0000 |
| commit | 176ed97d4241ae673f8d7ef1daa43efa1695d06f (patch) | |
| tree | 4c965b22982750d800db6ee47c77957996c74476 /manpages | |
| parent | 29aa317d773500001cd2a198128903cf15cfb4be (diff) | |
| parent | a83b2f21ba0550d44346fec1497414d76d219e82 (diff) | |
| download | brew-176ed97d4241ae673f8d7ef1daa43efa1695d06f.tar.bz2 | |
Merge pull request #3609 from SeanPrashad/41372
Add brew cask upgrade initial documentation
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew-cask.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index 21bd79aec..3457171b3 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -114,6 +114,10 @@ Check the given Casks for correct style using RuboCop Cask \fIhttps://github\.co Uninstall the given Cask\. With \fB\-\-force\fR, uninstall even if the Cask does not appear to be present\. . .TP +\fBupgrade\fR \fItoken\fR [ \fItoken\fR \.\.\. ] +Upgrades the given Cask if outdated\. +. +.TP \fBzap\fR \fItoken\fR [ \fItoken\fR \.\.\. ] Unconditionally remove \fIall\fR files associated with the given Cask\. . @@ -235,7 +239,7 @@ Homebrew\-Cask is implemented as a external command for Homebrew\. That means th . .nf -brew update; brew cleanup; brew cask cleanup +brew update; brew cask upgrade; brew cleanup; brew cask cleanup . .fi . |
