diff options
| author | Jack Nagel | 2014-05-17 17:12:40 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-17 17:12:40 -0500 |
| commit | fbf1c189a78370f30d8b6ebea1aa208a95312a25 (patch) | |
| tree | a39ebaba2a51c84d0af92842dcd89df1647eca2d /share | |
| parent | 69087812647a13564c704387e9c0b6dbf5e3614e (diff) | |
| download | brew-fbf1c189a78370f30d8b6ebea1aa208a95312a25.tar.bz2 | |
Move brew-unpack to core
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index de976b5e4..9c8aeffa1 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -369,6 +369,18 @@ Remove symlinks for \fIformula\fR from the Homebrew prefix\. This can be useful Removes links created by \fBbrew linkapps\fR\. . .TP +\fBunpack [\-\-git|\-\-patch] [\-\-destdir=<path>]\fR \fIformulae\fR: +. +.IP +Unpack the source files for \fIformulae\fR into subdirectories of the current working directory\. If \fB\-\-destdir=<path>\fR is given, the subdirectories will be created in the directory named by \fB<path>\fR instead\. +. +.IP +If \fB\-\-patch\fR is passed, patches for \fIformulae\fR will be applied to the unpacked source\. +. +.IP +If \fB\-\-git\fR is passed, a Git repository will be initalized in the unpacked source\. This is useful for creating patches for the software\. +. +.TP \fBunpin\fR \fIformulae\fR Unpin \fIformulae\fR, allowing them to be upgraded by \fBbrew upgrade\fR\. See also \fBpin\fR\. . |
