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 /Library | |
| 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 'Library')
| -rw-r--r-- | Library/Homebrew/manpages/brew-cask.1.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index 1c7c198b0..9fb3b794f 100644 --- a/Library/Homebrew/manpages/brew-cask.1.md +++ b/Library/Homebrew/manpages/brew-cask.1.md @@ -116,6 +116,9 @@ names, and other aspects of this manual are still subject to change. Uninstall the given Cask. With `--force`, uninstall even if the Cask does not appear to be present. + * `upgrade` <token> [ <token> ... ]: + Upgrades the given Cask if outdated. + * `zap` <token> [ <token> ... ]: Unconditionally remove _all_ files associated with the given Cask. @@ -218,7 +221,7 @@ Homebrew-Cask is implemented as a external command for Homebrew. That means this project is entirely built upon the Homebrew infrastructure. For example, upgrades to the Homebrew-Cask tool are received through Homebrew: - brew update; brew cleanup; brew cask cleanup + brew update; brew cask upgrade; brew cleanup; brew cask cleanup And updates to individual Cask definitions are received whenever you issue the Homebrew command: |
