diff options
| author | Zhiming Wang | 2016-11-15 11:37:49 -0500 | 
|---|---|---|
| committer | Zhiming Wang | 2016-11-17 15:29:33 -0500 | 
| commit | 67999d75f5724232bbb399a1e0fd7b6699f66b4e (patch) | |
| tree | fbadc324d4b9c422ab1d368dd7865fb773fa555f /manpages | |
| parent | f4f90cad759d8d513227c5498fce5d13ae4d8085 (diff) | |
| download | brew-67999d75f5724232bbb399a1e0fd7b6699f66b4e.tar.bz2 | |
bump-formula-pr: add --message option
For user-supplied PR message.
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index d20d907f4..f51468a7f 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -654,11 +654,11 @@ If \fB\-\-display\-filename\fR is passed, every line of output is prefixed with  Generate a bottle (binary package) from a formula installed with \fB\-\-build\-bottle\fR\.  .  .TP -\fBbump\-formula\-pr\fR [\fB\-\-devel\fR] [\fB\-\-dry\-run\fR] [\fB\-\-audit\fR|\fB\-\-strict\fR] \fB\-\-url=\fR\fIurl\fR \fB\-\-sha256=\fR\fIsha\-256\fR \fIformula\fR: +\fBbump\-formula\-pr\fR [\fB\-\-devel\fR] [\fB\-\-dry\-run\fR] [\fB\-\-audit\fR|\fB\-\-strict\fR] [\fB\-\-message=\fR\fImessage\fR] \fB\-\-url=\fR\fIurl\fR \fB\-\-sha256=\fR\fIsha\-256\fR \fIformula\fR:  .  .TP -\fBbump\-formula\-pr\fR [\fB\-\-devel\fR] [\fB\-\-dry\-run\fR] [\fB\-\-audit\fR|\fB\-\-strict\fR] \fB\-\-tag=\fR\fItag\fR \fB\-\-revision=\fR\fIrevision\fR \fIformula\fR +\fBbump\-formula\-pr\fR [\fB\-\-devel\fR] [\fB\-\-dry\-run\fR] [\fB\-\-audit\fR|\fB\-\-strict\fR] [\fB\-\-message=\fR\fImessage\fR] \fB\-\-tag=\fR\fItag\fR \fB\-\-revision=\fR\fIrevision\fR \fIformula\fR  Creates a pull request to update the formula with a new url or a new tag\.  .  .IP @@ -689,6 +689,9 @@ If \fB\-\-mirror=\fR\fIurl\fR is passed, use the value as a mirror url\.  If \fB\-\-version=\fR\fIversion\fR is passed, use the value to override the value parsed from the url or tag\. Note that \fB\-\-version=0\fR can be used to delete an existing \fBversion\fR override from a formula if it has become redundant\.  .  .IP +If \fB\-\-message=\fR\fImessage\fR is passed, append \fImessage\fR to the default PR message\. +. +.IP  Note that this command cannot be used to transition a formula from a url\-and\-sha256 style specification into a tag\-and\-revision style specification, nor vice versa\. It must use whichever style specification the preexisting formula already uses\.  .  .TP | 
