From 6a205ab26313eb1845bdbc1c3e9af5e7041bc5d3 Mon Sep 17 00:00:00 2001 From: chdiza Date: Fri, 12 Jul 2013 15:24:39 +0100 Subject: Man page: document `brew fetch --build-from-source` Closes Homebrew/homebrew#21070. Signed-off-by: Mike McQuaid --- Library/Contributions/manpages/brew.1.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library') 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` : Open in the editor. - * `fetch [--force] [-v] [--HEAD] [--deps]` : + * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source]` : Download the source packages for the given . 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 . + If `--build-from-source` is passed, download the source rather than a + bottle. + * `home`: Open Homebrew's own homepage in a browser. -- cgit v1.2.3