Add brew linkage --cached manpage output.

This commit is contained in:
Mike McQuaid 2018-05-02 09:59:18 +01:00
parent 555e2a2fc8
commit 7af82ba20f
3 changed files with 10 additions and 4 deletions

View File

@ -779,7 +779,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--pry` is passed or HOMEBREW_PRY is set, pry will be If `--pry` is passed or HOMEBREW_PRY is set, pry will be
used instead of irb. used instead of irb.
* `linkage` [`--test`] [`--reverse`] `formula`: * `linkage` [`--test`] [`--reverse`] [`--cached`] `formula`:
Checks the library links of an installed formula. Checks the library links of an installed formula.
Only works on installed formulae. An error is raised if it is run on Only works on installed formulae. An error is raised if it is run on
@ -791,6 +791,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--reverse` is passed, print the dylib followed by the binaries If `--reverse` is passed, print the dylib followed by the binaries
which link to it for each library the keg references. which link to it for each library the keg references.
If `--cached` is passed, print the cached linkage values stored in
HOMEBREW_CACHE, set from a previous `brew linkage` run
* `man` [`--fail-if-changed`]: * `man` [`--fail-if-changed`]:
Generate Homebrew's manpages. Generate Homebrew's manpages.

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "BREW\-CASK" "1" "April 2018" "Homebrew" "brew-cask" .TH "BREW\-CASK" "1" "May 2018" "Homebrew" "brew-cask"
. .
.SH "NAME" .SH "NAME"
\fBbrew\-cask\fR \- a friendly binary installer for macOS \fBbrew\-cask\fR \- a friendly binary installer for macOS

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "BREW" "1" "April 2018" "Homebrew" "brew" .TH "BREW" "1" "May 2018" "Homebrew" "brew"
. .
.SH "NAME" .SH "NAME"
\fBbrew\fR \- The missing package manager for macOS \fBbrew\fR \- The missing package manager for macOS
@ -795,7 +795,7 @@ Enter the interactive Homebrew Ruby shell\.
If \fB\-\-examples\fR is passed, several examples will be shown\. If \fB\-\-pry\fR is passed or HOMEBREW_PRY is set, pry will be used instead of irb\. If \fB\-\-examples\fR is passed, several examples will be shown\. If \fB\-\-pry\fR is passed or HOMEBREW_PRY is set, pry will be used instead of irb\.
. .
.TP .TP
\fBlinkage\fR [\fB\-\-test\fR] [\fB\-\-reverse\fR] \fIformula\fR \fBlinkage\fR [\fB\-\-test\fR] [\fB\-\-reverse\fR] [\fB\-\-cached\fR] \fIformula\fR
Checks the library links of an installed formula\. Checks the library links of an installed formula\.
. .
.IP .IP
@ -807,6 +807,9 @@ If \fB\-\-test\fR is passed, only display missing libraries and exit with a non\
.IP .IP
If \fB\-\-reverse\fR is passed, print the dylib followed by the binaries which link to it for each library the keg references\. If \fB\-\-reverse\fR is passed, print the dylib followed by the binaries which link to it for each library the keg references\.
. .
.IP
If \fB\-\-cached\fR is passed, print the cached linkage values stored in HOMEBREW_CACHE, set from a previous \fBbrew linkage\fR run
.
.TP .TP
\fBman\fR [\fB\-\-fail\-if\-changed\fR] \fBman\fR [\fB\-\-fail\-if\-changed\fR]
Generate Homebrew\'s manpages\. Generate Homebrew\'s manpages\.