Update man page.
This commit is contained in:
parent
3bde9d34a9
commit
b8e10a47dd
@ -1044,27 +1044,31 @@ provided, check all kegs. Raises an error if run on uninstalled formulae.
|
|||||||
* `--cached`:
|
* `--cached`:
|
||||||
Print the cached linkage values stored in `HOMEBREW_CACHE`, set by a previous `brew linkage` run.
|
Print the cached linkage values stored in `HOMEBREW_CACHE`, set by a previous `brew linkage` run.
|
||||||
|
|
||||||
### `livecheck` [*`formulae`*]
|
### `livecheck` [*`formulae`*|*`casks`*]
|
||||||
|
|
||||||
Check for newer versions of formulae from upstream.
|
Check for newer versions of formulae and/or casks from upstream.
|
||||||
|
|
||||||
If no formula argument is passed, the list of formulae to check is taken from `HOMEBREW_LIVECHECK_WATCHLIST`
|
If no formula or cask argument is passed, the list of formulae and casks to check is taken from
|
||||||
or `~/.brew_livecheck_watchlist`.
|
`HOMEBREW_LIVECHECK_WATCHLIST` or `~/.brew_livecheck_watchlist`.
|
||||||
|
|
||||||
* `--full-name`:
|
* `--full-name`:
|
||||||
Print formulae with fully-qualified names.
|
Print formulae/casks with fully-qualified names.
|
||||||
* `--tap`:
|
* `--tap`:
|
||||||
Check formulae within the given tap, specified as *`user`*`/`*`repo`*.
|
Check formulae/casks within the given tap, specified as *`user`*`/`*`repo`*.
|
||||||
* `--all`:
|
* `--all`:
|
||||||
Check all available formulae.
|
Check all available formulae/casks.
|
||||||
* `--installed`:
|
* `--installed`:
|
||||||
Check formulae that are currently installed.
|
Check formulae/casks that are currently installed.
|
||||||
* `--newer-only`:
|
* `--newer-only`:
|
||||||
Show the latest version only if it's newer than the formula.
|
Show the latest version only if it's newer than the formula/cask.
|
||||||
* `--json`:
|
* `--json`:
|
||||||
Output information in JSON format.
|
Output information in JSON format.
|
||||||
* `-q`, `--quiet`:
|
* `-q`, `--quiet`:
|
||||||
Suppress warnings, don't print a progress bar for JSON output.
|
Suppress warnings, don't print a progress bar for JSON output.
|
||||||
|
* `--formula`:
|
||||||
|
Only check formulae.
|
||||||
|
* `--cask`:
|
||||||
|
Only check casks.
|
||||||
|
|
||||||
### `man` [*`options`*]
|
### `man` [*`options`*]
|
||||||
|
|
||||||
|
@ -1442,31 +1442,31 @@ For every library that a keg references, print its dylib path followed by the bi
|
|||||||
\fB\-\-cached\fR
|
\fB\-\-cached\fR
|
||||||
Print the cached linkage values stored in \fBHOMEBREW_CACHE\fR, set by a previous \fBbrew linkage\fR run\.
|
Print the cached linkage values stored in \fBHOMEBREW_CACHE\fR, set by a previous \fBbrew linkage\fR run\.
|
||||||
.
|
.
|
||||||
.SS "\fBlivecheck\fR [\fIformulae\fR]"
|
.SS "\fBlivecheck\fR [\fIformulae\fR|\fIcasks\fR]"
|
||||||
Check for newer versions of formulae from upstream\.
|
Check for newer versions of formulae and/or casks from upstream\.
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
If no formula argument is passed, the list of formulae to check is taken from \fBHOMEBREW_LIVECHECK_WATCHLIST\fR or \fB~/\.brew_livecheck_watchlist\fR\.
|
If no formula or cask argument is passed, the list of formulae and casks to check is taken from \fBHOMEBREW_LIVECHECK_WATCHLIST\fR or \fB~/\.brew_livecheck_watchlist\fR\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-full\-name\fR
|
\fB\-\-full\-name\fR
|
||||||
Print formulae with fully\-qualified names\.
|
Print formulae/casks with fully\-qualified names\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-tap\fR
|
\fB\-\-tap\fR
|
||||||
Check formulae within the given tap, specified as \fIuser\fR\fB/\fR\fIrepo\fR\.
|
Check formulae/casks within the given tap, specified as \fIuser\fR\fB/\fR\fIrepo\fR\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-all\fR
|
\fB\-\-all\fR
|
||||||
Check all available formulae\.
|
Check all available formulae/casks\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-installed\fR
|
\fB\-\-installed\fR
|
||||||
Check formulae that are currently installed\.
|
Check formulae/casks that are currently installed\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-newer\-only\fR
|
\fB\-\-newer\-only\fR
|
||||||
Show the latest version only if it\'s newer than the formula\.
|
Show the latest version only if it\'s newer than the formula/cask\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-json\fR
|
\fB\-\-json\fR
|
||||||
@ -1476,6 +1476,14 @@ Output information in JSON format\.
|
|||||||
\fB\-q\fR, \fB\-\-quiet\fR
|
\fB\-q\fR, \fB\-\-quiet\fR
|
||||||
Suppress warnings, don\'t print a progress bar for JSON output\.
|
Suppress warnings, don\'t print a progress bar for JSON output\.
|
||||||
.
|
.
|
||||||
|
.TP
|
||||||
|
\fB\-\-formula\fR
|
||||||
|
Only check formulae\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
|
\fB\-\-cask\fR
|
||||||
|
Only check casks\.
|
||||||
|
.
|
||||||
.SS "\fBman\fR [\fIoptions\fR]"
|
.SS "\fBman\fR [\fIoptions\fR]"
|
||||||
Generate Homebrew\'s manpages\.
|
Generate Homebrew\'s manpages\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user