repair description

This commit is contained in:
hyuraku 2022-06-20 23:42:44 +09:00
parent 0de4855bd8
commit 52279d588d

View File

@ -37,13 +37,13 @@ module Homebrew
"formula is outdated. Otherwise, the repository's HEAD will only be checked for "\
"updates when a new stable or development version has been released."
switch "--greedy",
description: "Print 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",
description: "Print include outdated casks including those with `version :latest`."
description: "Also include outdated casks including those with `version :latest`."
switch "--greedy-auto-updates",
description: "Print include outdated casks including those with `auto_updates true`."
description: "Also include outdated casks including those with `auto_updates true`."
conflicts "--quiet", "--verbose", "--json"
conflicts "--formula", "--cask"