aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorchdiza2013-07-12 15:24:39 +0100
committerMike McQuaid2013-07-12 15:25:19 +0100
commit1c7736bc516b1a6e280970f58aeac7fc9d5d3495 (patch)
tree5d566476d881cb985ee4360321e9ea6ab033c425 /Library
parentc784e68f3f986c91795542389cca32ceb34bcdf4 (diff)
downloadhomebrew-1c7736bc516b1a6e280970f58aeac7fc9d5d3495.tar.bz2
Man page: document `brew fetch --build-from-source`
Closes #21070. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index ffdf4107e..376e7e03b 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -111,7 +111,7 @@ Note that these flags should only appear after a command.
* `edit` <formula>:
Open <formula> in the editor.
- * `fetch [--force] [-v] [--HEAD] [--deps]` <formulae>:
+ * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source]` <formulae>:
Download the source packages for the given <formulae>.
For tarballs, also print SHA1 and SHA-256 checksums.
@@ -123,6 +123,9 @@ Note that these flags should only appear after a command.
If `--deps` is passed, also download dependencies for any listed <formulae>.
+ If `--build-from-source` is passed, download the source rather than a
+ bottle.
+
* `home`:
Open Homebrew's own homepage in a browser.