cmd/(outdated,upgrade): Document -g
as a shorter --greedy
for Casks
- Fixes https://github.com/Homebrew/brew/issues/ 14682.
This commit is contained in:
parent
6ad92949e9
commit
44b0050b94
@ -16,7 +16,7 @@ module Cask
|
|||||||
[:switch, "--skip-cask-deps", {
|
[:switch, "--skip-cask-deps", {
|
||||||
description: "Skip installing cask dependencies.",
|
description: "Skip installing cask dependencies.",
|
||||||
}],
|
}],
|
||||||
[:switch, "--greedy", {
|
[:switch, "-g", "--greedy", {
|
||||||
description: "Also include casks with `auto_updates true` or `version :latest`.",
|
description: "Also include casks with `auto_updates true` or `version :latest`.",
|
||||||
}],
|
}],
|
||||||
[:switch, "--greedy-latest", {
|
[:switch, "--greedy-latest", {
|
||||||
|
@ -36,7 +36,7 @@ module Homebrew
|
|||||||
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 " \
|
||||||
"formula is outdated. Otherwise, the repository's HEAD will only be checked for " \
|
"formula is outdated. Otherwise, the repository's HEAD will only be checked for " \
|
||||||
"updates when a new stable or development version has been released."
|
"updates when a new stable or development version has been released."
|
||||||
switch "--greedy",
|
switch "-g", "--greedy",
|
||||||
description: "Also include outdated casks with `auto_updates true` or `version :latest`."
|
description: "Also include outdated casks with `auto_updates true` or `version :latest`."
|
||||||
|
|
||||||
switch "--greedy-latest",
|
switch "--greedy-latest",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user