Skip to content
Snippets Groups Projects
Unverified Commit c3ba863a authored by Gautham Goli's avatar Gautham Goli
Browse files

cmd/install: Add description for `--fetch-HEAD` option

parent 49d38495
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,10 @@ module Homebrew
description: "If <formula> defines it, install the development version."
switch "--HEAD",
description: "If <formula> defines it, install the HEAD version, aka master, trunk, unstable."
switch "--fetch-HEAD"
switch "--fetch-HEAD",
description: "Fetch the upstream repository to detect if the HEAD installation of the "\
"formula is outdated. Otherwise, the repository's HEAD will be checked for "\
"updates when a new stable or devel version has been released."
switch "--keep-tmp",
description: "Dont delete the temporary files created during installation."
switch "--build-bottle",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment