From 67b3562e9f2620711e8a29983536f6ef94229e5f Mon Sep 17 00:00:00 2001 From: Nanda H Krishna Date: Tue, 6 Jul 2021 23:48:42 +0530 Subject: [PATCH] cmd/install: tweak `--HEAD` description --- Library/Homebrew/cmd/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 276700e6bc..f10795f30f 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -74,7 +74,7 @@ module Homebrew description: "Install testing dependencies required to run `brew test` .", }], [:switch, "--HEAD", { - description: "If defines it, install the HEAD version, aka. master, trunk, unstable.", + description: "If defines it, install the HEAD version, aka. main, trunk, unstable, master.", }], [:switch, "--fetch-HEAD", { description: "Fetch the upstream repository to detect if the HEAD installation of the " \