cmd/list: update description for --installed-as-dependency

Co-authored-by: Kevin <apainintheneck@gmail.com>
This commit is contained in:
Ruoyu Zhong 2024-04-23 15:41:11 +08:00 committed by GitHub
parent 2b09fcd6e4
commit a1a0cbbf0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ module Homebrew
switch "--installed-on-request", switch "--installed-on-request",
description: "List the formulae installed on request." description: "List the formulae installed on request."
switch "--installed-as-dependency", switch "--installed-as-dependency",
description: "List the formulae installed automatically." description: "List the formulae only installed indirectly as dependencies."
# passed through to ls # passed through to ls
switch "-1", switch "-1",