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

This commit is contained in:
Gautham Goli 2019-01-29 18:35:22 +05:30
parent 49d3849507
commit c3ba863a30
No known key found for this signature in database
GPG Key ID: 6A9ABBC284468364

View File

@ -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",