From a1a0cbbf0a0f74c86b838f8136bdd9aaa8e3ae03 Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Tue, 23 Apr 2024 15:41:11 +0800 Subject: [PATCH] cmd/list: update description for `--installed-as-dependency` Co-authored-by: Kevin --- Library/Homebrew/cmd/list.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb index 557dd3ebb8..6cb5c6fdba 100644 --- a/Library/Homebrew/cmd/list.rb +++ b/Library/Homebrew/cmd/list.rb @@ -40,7 +40,7 @@ module Homebrew switch "--installed-on-request", description: "List the formulae installed on request." switch "--installed-as-dependency", - description: "List the formulae installed automatically." + description: "List the formulae only installed indirectly as dependencies." # passed through to ls switch "-1",