bump-formula-pr: remove trailing '=' from --mirror in help message
This commit is contained in:
parent
6c5109be7a
commit
e3b472380d
@ -40,7 +40,7 @@ module Homebrew
|
||||
description: "Print the pull request URL instead of opening in a browser."
|
||||
switch "--no-fork",
|
||||
description: "Don't try to fork the repository."
|
||||
comma_array "--mirror=",
|
||||
comma_array "--mirror",
|
||||
description: "Use the specified <URL> as a mirror URL. If <URL> is a comma-separated list "\
|
||||
"of URLs, multiple mirrors will be added."
|
||||
flag "--version=",
|
||||
|
||||
@ -1015,8 +1015,8 @@ Install macOS applications distributed as binaries. See `brew-cask`(1).
|
||||
|
||||
### `bundle` *`subcommand`*
|
||||
|
||||
Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App
|
||||
Store.
|
||||
Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store
|
||||
and Whalebrew.
|
||||
|
||||
`brew bundle` [`install`]
|
||||
|
||||
@ -1024,7 +1024,7 @@ Install or upgrade all dependencies in a `Brewfile`.
|
||||
|
||||
`brew bundle dump`
|
||||
|
||||
Write all installed casks/formulae/taps into a `Brewfile`.
|
||||
Write all installed casks/formulae/images/taps into a `Brewfile`.
|
||||
|
||||
`brew bundle cleanup`
|
||||
|
||||
@ -1065,6 +1065,8 @@ dependencies are listed.
|
||||
`list` tap dependencies.
|
||||
* `--mas`:
|
||||
`list` Mac App Store dependencies.
|
||||
* `--whalebrew`:
|
||||
`list` Whalebrew dependencies.
|
||||
* `--describe`:
|
||||
`dump` a description comment above each line, unless the dependency does not have a description.
|
||||
* `--no-restart`:
|
||||
|
||||
@ -1290,7 +1290,7 @@ Install macOS applications distributed as binaries\. See \fBbrew\-cask\fR(1)\.
|
||||
\fIhttps://github\.com/Homebrew/homebrew\-cask\fR
|
||||
.
|
||||
.SS "\fBbundle\fR \fIsubcommand\fR"
|
||||
Bundler for non\-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store\.
|
||||
Bundler for non\-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store and Whalebrew\.
|
||||
.
|
||||
.P
|
||||
\fBbrew bundle\fR [\fBinstall\fR]
|
||||
@ -1302,7 +1302,7 @@ Install or upgrade all dependencies in a \fBBrewfile\fR\.
|
||||
\fBbrew bundle dump\fR
|
||||
.
|
||||
.P
|
||||
Write all installed casks/formulae/taps into a \fBBrewfile\fR\.
|
||||
Write all installed casks/formulae/images/taps into a \fBBrewfile\fR\.
|
||||
.
|
||||
.P
|
||||
\fBbrew bundle cleanup\fR
|
||||
@ -1373,6 +1373,10 @@ Read the \fBBrewfile\fR from \fB~/\.Brewfile\fR\.
|
||||
\fBlist\fR Mac App Store dependencies\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-whalebrew\fR
|
||||
\fBlist\fR Whalebrew dependencies\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-describe\fR
|
||||
\fBdump\fR a description comment above each line, unless the dependency does not have a description\.
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user