From c60efd943b3e32ee87b1f6bcc19a2f2f56f2dac3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 30 Dec 2024 12:43:20 +0000 Subject: [PATCH] cmd/uses: improve flag description. --- Library/Homebrew/cmd/uses.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb index 5e89c27a2f..43b6b11880 100644 --- a/Library/Homebrew/cmd/uses.rb +++ b/Library/Homebrew/cmd/uses.rb @@ -38,7 +38,7 @@ 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 implicit dependencies: used to " \ + description: "Include formulae that have as an implicit dependency to " \ "download and unpack source files" switch "--include-build", description: "Include formulae that specify as a `:build` dependency."