cmd/leaves: tweak wording.

This commit is contained in:
Mike McQuaid 2023-06-20 14:43:42 +01:00 committed by GitHub
parent 3df4fa6803
commit 5424cdfffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ module Homebrew
def leaves_args
Homebrew::CLI::Parser.new do
description <<~EOS
List installed formulae that are not dependencies of another installed formula and cask.
List installed formulae that are not dependencies of another installed formula or cask.
EOS
switch "-r", "--installed-on-request",
description: "Only list leaves that were manually installed."