Add missing --formulae/--casks aliases for --formula/--cask

This commit is contained in:
fn ⌃ ⌥ 2021-11-18 12:41:03 -08:00
parent faaa980860
commit b766799d95
2 changed files with 4 additions and 4 deletions

View File

@ -28,9 +28,9 @@ module Homebrew
description: "Show the cache file used when pouring a bottle for the given tag." description: "Show the cache file used when pouring a bottle for the given tag."
switch "--HEAD", switch "--HEAD",
description: "Show the cache file used when building from HEAD." description: "Show the cache file used when building from HEAD."
switch "--formula", switch "--formula", "--formulae",
description: "Only show cache files for formulae." description: "Only show cache files for formulae."
switch "--cask", switch "--cask", "--casks",
description: "Only show cache files for casks." description: "Only show cache files for casks."
conflicts "--build-from-source", "--force-bottle", "--bottle-tag", "--HEAD", "--cask" conflicts "--build-from-source", "--force-bottle", "--bottle-tag", "--HEAD", "--cask"

View File

@ -24,9 +24,9 @@ module Homebrew
description: "List only the names of outdated kegs (takes precedence over `--verbose`)." description: "List only the names of outdated kegs (takes precedence over `--verbose`)."
switch "-v", "--verbose", switch "-v", "--verbose",
description: "Include detailed version information." description: "Include detailed version information."
switch "--formula", switch "--formula", "--formulae",
description: "List only outdated formulae." description: "List only outdated formulae."
switch "--cask", switch "--cask", "--casks",
description: "List only outdated casks." description: "List only outdated casks."
flag "--json", flag "--json",
description: "Print output in JSON format. There are two versions: `v1` and `v2`. " \ description: "Print output in JSON format. There are two versions: `v1` and `v2`. " \