diff options
| author | Valentin VĂLCIU | 2017-02-27 22:33:34 +0200 | 
|---|---|---|
| committer | Valentin VĂLCIU | 2017-03-15 22:58:25 +0200 | 
| commit | 7532545140c1ce0da370b2b3124e488dbb11fc41 (patch) | |
| tree | d7d4862de884d9996dd30eb22c0393592863d7a1 /manpages | |
| parent | 4d88cc4c41113be2d5bf11c11fa671c763705a64 (diff) | |
| download | brew-7532545140c1ce0da370b2b3124e488dbb11fc41.tar.bz2 | |
add command 'cask outdated'
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew-cask.1 | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index c5708f7cb..8a7b557c0 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -88,6 +88,16 @@ Without any arguments, list all installed Casks\. With \fB\-1\fR, always format  If \fItoken\fR is given, summarize the staged files associated with the given Cask\.  .  .TP +\fBoutdated\fR [\-\-greedy] [\-\-verbose|\-\-quiet] [ \fItoken\fR \.\.\.] +Without token arguments, display all the installed Casks that have newer versions available in the tap; otherwise check only the tokens given in the command line\. If \fB\-\-greedy\fR is given then also include in the output the Casks having \fBauto_updates true\fR or \fBversion :latest\fR\. Otherwise they are skipped because there is no reliable way to know when updates are available for them\. +. +.br +\fB\-\-verbose\fR forces the display of the outdated and latest version\. +. +.br +\fB\-\-quiet\fR suppresses the display of versions\. +. +.TP  \fBreinstall\fR \fItoken\fR [ \fItoken\fR \.\.\. ]  Reinstall the given Cask\.  . | 
