Update md and run brew man.
This commit is contained in:
parent
55fcd01bed
commit
ac0ff9ae46
@ -97,13 +97,16 @@ graphical user interface.
|
||||
Uninstall the given Cask. With `--force`, uninstall even if the Cask
|
||||
does not appear to be present.
|
||||
|
||||
* `upgrade` [--force] [--greedy] <token> [ <token> ... ]:
|
||||
* `upgrade` [--force] [--greedy] [--dry-run] <token> [ <token> ... ]:
|
||||
Without token arguments, upgrade all the installed Casks that have newer
|
||||
versions available in the tap; otherwise update the tokens given
|
||||
in the command line.
|
||||
If `--greedy` is given then also upgrade the Casks having `auto_updates true`
|
||||
or `version :latest`.
|
||||
|
||||
If `--dry-run` is given, show what would be upgraded, but do not actually
|
||||
upgrade anything.
|
||||
|
||||
* `zap` [--force] <token> [ <token> ... ]:
|
||||
Unconditionally remove _all_ files associated with the given Cask.
|
||||
With `--force`, zap even if the Cask does not appear to be currently installed.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW\-CASK" "1" "May 2019" "Homebrew" "brew-cask"
|
||||
.TH "BREW\-CASK" "1" "July 2019" "Homebrew" "brew-cask"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\-cask\fR \- a friendly binary installer for macOS
|
||||
@ -103,6 +103,9 @@ Uninstall the given Cask\. With \fB\-\-force\fR, uninstall even if the Cask does
|
||||
\fBupgrade\fR [\-\-force] [\-\-greedy] [\-\-dry\-run] \fItoken\fR [ \fItoken\fR \.\.\. ]
|
||||
Without token arguments, upgrade all the installed Casks that have newer versions available in the tap; otherwise update the tokens given in the command line\. If \fB\-\-greedy\fR is given then also upgrade the Casks having \fBauto_updates true\fR or \fBversion :latest\fR\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-\-dry\-run\fR is given, show what would be upgraded, but do not actually upgrade anything\.
|
||||
.
|
||||
.TP
|
||||
\fBzap\fR [\-\-force] \fItoken\fR [ \fItoken\fR \.\.\. ]
|
||||
Unconditionally remove \fIall\fR files associated with the given Cask\. With \fB\-\-force\fR, zap even if the Cask does not appear to be currently installed\.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW" "1" "May 2019" "Homebrew" "brew"
|
||||
.TH "BREW" "1" "July 2019" "Homebrew" "brew"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\fR \- The missing package manager for macOS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user