aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-04-18 08:46:11 +0100
committerGitHub2017-04-18 08:46:11 +0100
commit85af8c71c71edc4667ec40fff0f147235e804d9a (patch)
tree0d06301c9bf6c4176d337c69ec8c5e4a242e48fa /docs
parent417f49dd32bfe555b20f3f7d88e2739f6623991b (diff)
parent43253ede656a93562344c8a39b7e3145ad2358fc (diff)
downloadbrew-85af8c71c71edc4667ec40fff0f147235e804d9a.tar.bz2
Merge pull request #2481 from MikeMcQuaid/create-github-metadata
create: use GitHub metadata where available.
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 23e338213..b861a73ae 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -709,7 +709,8 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--meson` is passed, create a basic template for a Meson-style build.
If `--no-fetch` is passed, Homebrew will not download `URL` to the cache and
- will thus not add the SHA256 to the formula for you.
+ will thus not add the SHA256 to the formula for you. It will also not check
+ the GitHub API for GitHub projects (to fill out the description and homepage).
The options `--set-name` and `--set-version` each take an argument and allow
you to explicitly set the name and version of the package you are creating.