cmd/install: tweak --HEAD description

This commit is contained in:
Nanda H Krishna 2021-07-06 23:48:42 +05:30
parent 2394a4c4fc
commit 67b3562e9f
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA

View File

@ -74,7 +74,7 @@ module Homebrew
description: "Install testing dependencies required to run `brew test` <formula>.", description: "Install testing dependencies required to run `brew test` <formula>.",
}], }],
[:switch, "--HEAD", { [:switch, "--HEAD", {
description: "If <formula> defines it, install the HEAD version, aka. master, trunk, unstable.", description: "If <formula> defines it, install the HEAD version, aka. main, trunk, unstable, master.",
}], }],
[:switch, "--fetch-HEAD", { [:switch, "--fetch-HEAD", {
description: "Fetch the upstream repository to detect if the HEAD installation of the " \ description: "Fetch the upstream repository to detect if the HEAD installation of the " \