From 2af190363fb426d6978e9967c7eeaed922cf68ea Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Fri, 27 Dec 2024 13:11:04 -0500 Subject: [PATCH] fixup! deps command: add --include-implicit flag --- Library/Homebrew/cmd/uses.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb index 89b7be31c5..5e89c27a2f 100644 --- a/Library/Homebrew/cmd/uses.rb +++ b/Library/Homebrew/cmd/uses.rb @@ -38,7 +38,8 @@ module Homebrew description: "Evaluate all available formulae and casks, whether installed or not, to show " \ "their dependents." switch "--include-implicit", - description: "Include formulae that specify as a `:build` dependency." + description: "Include formulae that specify as implicit dependencies: used to " \ + "download and unpack source files" switch "--include-build", description: "Include formulae that specify as a `:build` dependency." switch "--include-test",