document --devel|--HEAD for uses
This commit is contained in:
parent
4cbaeb6d61
commit
7e2979707c
@ -346,13 +346,17 @@ Note that these flags should only appear after a command.
|
|||||||
If <formulae> are given, upgrade only the specified brews (but do so even
|
If <formulae> are given, upgrade only the specified brews (but do so even
|
||||||
if they are pinned; see `pin`, `unpin`).
|
if they are pinned; see `pin`, `unpin`).
|
||||||
|
|
||||||
* `uses [--installed] [--recursive]` <formula>:
|
* `uses [--installed] [--recursive] [--devel|--HEAD]` <formula>:
|
||||||
Show the formulae that specify <formula> as a dependency.
|
Show the formulae that specify <formula> as a dependency.
|
||||||
|
|
||||||
Use `--recursive` to resolve more than one level of dependencies.
|
Use `--recursive` to resolve more than one level of dependencies.
|
||||||
|
|
||||||
If `--installed` is passed, only list installed formulae.
|
If `--installed` is passed, only list installed formulae.
|
||||||
|
|
||||||
|
By default, `uses` shows usages of `formula` by stable builds. To find
|
||||||
|
cases where `formula` is used by development or HEAD build, pass
|
||||||
|
`--devel` or `--HEAD`.
|
||||||
|
|
||||||
* `versions [--compact]` <formulae>:
|
* `versions [--compact]` <formulae>:
|
||||||
List previous versions of <formulae>, along with a command to checkout
|
List previous versions of <formulae>, along with a command to checkout
|
||||||
each version.
|
each version.
|
||||||
|
|||||||
@ -373,7 +373,7 @@ Options for the \fBinstall\fR command are also valid here\.
|
|||||||
If \fIformulae\fR are given, upgrade only the specified brews (but do so even if they are pinned; see \fBpin\fR, \fBunpin\fR)\.
|
If \fIformulae\fR are given, upgrade only the specified brews (but do so even if they are pinned; see \fBpin\fR, \fBunpin\fR)\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBuses [\-\-installed] [\-\-recursive]\fR \fIformula\fR
|
\fBuses [\-\-installed] [\-\-recursive] [\-\-devel|\-\-HEAD]\fR \fIformula\fR
|
||||||
Show the formulae that specify \fIformula\fR as a dependency\.
|
Show the formulae that specify \fIformula\fR as a dependency\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
@ -382,6 +382,9 @@ Use \fB\-\-recursive\fR to resolve more than one level of dependencies\.
|
|||||||
.IP
|
.IP
|
||||||
If \fB\-\-installed\fR is passed, only list installed formulae\.
|
If \fB\-\-installed\fR is passed, only list installed formulae\.
|
||||||
.
|
.
|
||||||
|
.IP
|
||||||
|
By default, \fBuses\fR shows usages of \fBformula\fR by stable builds\. To find cases where \fBformula\fR is used by development or HEAD build, pass \fB\-\-devel\fR or \fB\-\-HEAD\fR\.
|
||||||
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBversions [\-\-compact]\fR \fIformulae\fR
|
\fBversions [\-\-compact]\fR \fIformulae\fR
|
||||||
List previous versions of \fIformulae\fR, along with a command to checkout each version\.
|
List previous versions of \fIformulae\fR, along with a command to checkout each version\.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user