extract: regenerate docs and manpages

This commit is contained in:
Caleb Xu 2018-08-21 10:14:24 -04:00
parent 0552dcff62
commit bc551d5ed1
2 changed files with 3 additions and 4 deletions

View File

@ -790,11 +790,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
* `edit` `formula`: * `edit` `formula`:
Open `formula` in the editor. Open `formula` in the editor.
* `extract` [`--force`] `formula` `--tap=``tap` [`--version=``version`]: * `extract` [`--force`] `formula` `tap` [`--version=``version`]:
Looks through repository history to find the `version` of `formula` and Looks through repository history to find the `version` of `formula` and
creates a copy in `tap`/Formula/`formula`@`version`.rb. If the tap is creates a copy in `tap`/Formula/`formula`@`version`.rb. If the tap is
not installed yet, attempts to install/clone the tap before continuing. not installed yet, attempts to install/clone the tap before continuing.
A tap must be passed through `--tap` in order for `extract` to work.
If `--force` is passed, the file at the destination will be overwritten If `--force` is passed, the file at the destination will be overwritten
if it already exists. Otherwise, existing files will be preserved. if it already exists. Otherwise, existing files will be preserved.

View File

@ -727,8 +727,8 @@ Open all of Homebrew for editing\.
Open \fIformula\fR in the editor\. Open \fIformula\fR in the editor\.
. .
.TP .TP
\fBextract\fR [\fB\-\-force\fR] \fIformula\fR \fB\-\-tap=\fR\fItap\fR [\fB\-\-version=\fR\fIversion\fR] \fBextract\fR [\fB\-\-force\fR] \fIformula\fR \fItap\fR [\fB\-\-version=\fR\fIversion\fR]
Looks through repository history to find the \fIversion\fR of \fIformula\fR and creates a copy in \fItap\fR/Formula/\fIformula\fR@\fIversion\fR\.rb\. If the tap is not installed yet, attempts to install/clone the tap before continuing\. A tap must be passed through \fB\-\-tap\fR in order for \fBextract\fR to work\. Looks through repository history to find the \fIversion\fR of \fIformula\fR and creates a copy in \fItap\fR/Formula/\fIformula\fR@\fIversion\fR\.rb\. If the tap is not installed yet, attempts to install/clone the tap before continuing\.
. .
.IP .IP
If \fB\-\-force\fR is passed, the file at the destination will be overwritten if it already exists\. Otherwise, existing files will be preserved\. If \fB\-\-force\fR is passed, the file at the destination will be overwritten if it already exists\. Otherwise, existing files will be preserved\.