diff options
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew-cask.1 | 4 | ||||
| -rw-r--r-- | manpages/brew.1 | 15 | 
2 files changed, 15 insertions, 4 deletions
| diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index bcd2654cd..0b0776595 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -151,6 +151,10 @@ Target location for Preference Panes\. The default value is \fB~/Library/Prefere  Target location for QuickLook Plugins\. The default value is \fB~/Library/QuickLook\fR\.  .  .TP +\fB\-\-dictionarydir=<path>\fR +Target location for Dictionaries\. The default value is \fB~/Library/Dictionaries\fR\. +. +.TP  \fB\-\-fontdir=<path>\fR  Target location for Fonts\. The default value is \fB~/Library/Fonts\fR\.  . diff --git a/manpages/brew.1 b/manpages/brew.1 index f54c43a1c..c74969aee 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -759,8 +759,15 @@ Each <patch\-source> may be one of:  If \fB\-\-bottle\fR was passed, handle bottles, pulling the bottle\-update commit and publishing files on Bintray\. If \fB\-\-bump\fR was passed, for one\-formula PRs, automatically reword commit message to our preferred format\. If \fB\-\-clean\fR was passed, do not rewrite or otherwise modify the commits found in the pulled PR\. If \fB\-\-ignore\-whitespace\fR was passed, silently ignore whitespace discrepancies when applying diffs\. If \fB\-\-resolve\fR was passed, when a patch fails to apply, leave in progress and allow user to resolve, instead of aborting\. If \fB\-\-branch\-okay\fR was passed, do not warn if pulling to a branch besides master (useful for testing)\. If \fB\-\-no\-pbcopy\fR was passed, do not copy anything to the system If \fB\-\-no\-publish\fR was passed, do not publish bottles to Bintray\.  .  .TP -\fBtap_readme\fR [\fB\-v\fR] \fIname\fR -Generate the README\.md file for a new tap\. +\fBrelease\-notes\fR [\fIprevious_tag\fR] [\fIend_ref\fR] +Output the merged pull requests on Homebrew/brew between two Git refs\. If no \fBprevious_tag\fR is provided it defaults to the newest tag\. If no \fBend_ref\fR is provided it defaults to \fBorigin/master\fR\. +. +.IP +If \fB\-\-markdown\fR is passed, output as a Markdown list\. +. +.TP +\fBtap\-new\fR \fIuser\fR\fB/\fR\fIrepo\fR +Generate the template files for a new tap\.  .  .TP  \fBtest\fR [\fB\-\-devel\fR|\fB\-\-HEAD\fR] [\fB\-\-debug\fR] [\fB\-\-keep\-tmp\fR] \fIformula\fR @@ -1027,10 +1034,10 @@ Homebrew Documentation: \fIhttps://github\.com/Homebrew/brew/blob/master/docs/\f  Homebrew\'s lead maintainer is Mike McQuaid\.  .  .P -Homebrew\'s current maintainers are Misty De Meo, Andrew Janke, Xu Cheng, Tomasz Pajor, Baptiste Fontaine, Zhiming Wang, Brett Koonce, ilovezfs, Martin Afanasjew, Uladzislau Shablinski, Dominyk Tiller, Tim Smith and Alex Dunn\. +Homebrew\'s current maintainers are Misty De Meo, Andrew Janke, Xu Cheng, Tomasz Pajor, Josh Hagins, Baptiste Fontaine, Zhiming Wang, Markus Reiter, ilovezfs, Martin Afanasjew, Tom Schoonjans, Uladzislau Shablinski, Tim Smith and Alex Dunn\.  .  .P -Former maintainers with significant contributions include Jack Nagel, Adam Vandenberg and Homebrew\'s creator: Max Howell\. +Former maintainers with significant contributions include Dominyk Tiller, Brett Koonce, Jack Nagel, Adam Vandenberg and Homebrew\'s creator: Max Howell\.  .  .SH "BUGS"  See our issues on GitHub: | 
