diff options
| author | Mike McQuaid | 2016-10-13 13:41:53 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2016-10-15 12:32:34 +0100 | 
| commit | f435adc2d00f4e5f91390de423f113168efe72ac (patch) | |
| tree | 1b8cf0b84062479d96f18fc9645467cd269bf018 /manpages | |
| parent | 13276409a9b08fcbadfed18c25b6fd11af343729 (diff) | |
| download | brew-f435adc2d00f4e5f91390de423f113168efe72ac.tar.bz2 | |
Rename tap-readme command to tap-new.
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index 5e0a0faa1..ca98390a6 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -759,8 +759,8 @@ 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\. +\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 | 
