From 7cf6cb2624f28a54b08c80e49155b605c66b59fd Mon Sep 17 00:00:00 2001 From: Ruoyu Zhong Date: Tue, 23 Apr 2024 15:44:02 +0800 Subject: [PATCH] cmd/list: tweak wording --- 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 6cb5c6fdba..f7bd63d123 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 only installed indirectly as dependencies." + description: "List the formulae installed as dependencies." # passed through to ls switch "-1",