chore(cask): fix cask vs formula terminology

Homebrew casks are their own thing, separate from formulas. Hence remove
all mentions to "formula" to avoid confusion.
This commit is contained in:
2021-07-01 23:50:50 +01:00
parent f3a289b11c
commit 4cdbaf1ec0
2 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ func caskCmd() *cli2.Command {
return &cli2.Command{
Name: "cask",
Usage: "manage Homebrew Cask formula",
Usage: "manage Homebrew Casks",
Flags: []cli2.Flag{
&cli2.StringFlag{
Name: "builds-repository",
@@ -101,7 +101,7 @@ func caskUpdateCmd() *cli2.Command {
Name: "force",
Aliases: []string{"f"},
Usage: "force update file even if livecheck has it marked " +
"as not outdated (does not force update if formula " +
"as not outdated (does not force update if cask " +
"content is unchanged)",
Value: false,
},