Change: skip-installed description for clarity

This commit is contained in:
Robin Ury 2023-05-17 13:59:38 -05:00
parent db84725c7b
commit 9b884942d7
No known key found for this signature in database
GPG Key ID: E350E5E778752581

View File

@ -28,7 +28,7 @@ module Homebrew
switch "--installed",
description: "Only list formulae and casks that are currently installed."
switch "--skip-installed",
description: "Skip dependencies that are currently installed."
description: "Only list formulae and casks that are not currently installed."
switch "--eval-all",
description: "Evaluate all available formulae and casks, whether installed or not, to show " \
"their dependents."