aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/manpages/brew.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Contributions/manpages/brew.1.md')
-rw-r--r--Library/Contributions/manpages/brew.1.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 9177fffc2..22d8dbf8f 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -352,6 +352,18 @@ Note that these flags should only appear after a command.
* `unlinkapps [--local]`:
Removes links created by `brew linkapps`.
+ * `unpack [--git|--patch] [--destdir=<path>]` <formulae>:
+
+ Unpack the source files for <formulae> into subdirectories of the current
+ working directory. If `--destdir=<path>` is given, the subdirectories will
+ be created in the directory named by `<path>` instead.
+
+ If `--patch` is passed, patches for <formulae> will be applied to the
+ unpacked source.
+
+ If `--git` is passed, a Git repository will be initalized in the unpacked
+ source. This is useful for creating patches for the software.
+
* `unpin` <formulae>:
Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also
`pin`.