cmd/list: more consistent switches.

This commit is contained in:
Mike McQuaid 2024-04-23 08:35:10 +01:00 committed by GitHub
parent 15c2819849
commit 2b09fcd6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,9 +37,9 @@ module Homebrew
switch "--pinned", switch "--pinned",
description: "List only pinned formulae, or only the specified (pinned) " \ description: "List only pinned formulae, or only the specified (pinned) " \
"formulae if <formula> are provided. See also `pin`, `unpin`." "formulae if <formula> are provided. See also `pin`, `unpin`."
switch "--manual", "--installed-on-request", switch "--installed-on-request",
description: "List the formulae installed on request." description: "List the formulae installed on request."
switch "--auto", "--installed-as-dependency", switch "--installed-as-dependency",
description: "List the formulae installed automatically." description: "List the formulae installed automatically."
# passed through to ls # passed through to ls