mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 08:26:39 +00:00
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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user