From beafe820962957d9e1a75c757a5bfa37b5274828 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Sat, 9 Sep 2023 11:06:07 -0400 Subject: [PATCH] cmd/deps: explain runtime dependencies mode --- Library/Homebrew/cmd/deps.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Library/Homebrew/cmd/deps.rb b/Library/Homebrew/cmd/deps.rb index 659a0b5980..eec36823a2 100644 --- a/Library/Homebrew/cmd/deps.rb +++ b/Library/Homebrew/cmd/deps.rb @@ -17,6 +17,11 @@ module Homebrew show the intersection of dependencies for each formula. By default, `deps` shows all required and recommended dependencies. + If any version of each formula argument is installed and no other options + are passed, this command displays their actual runtime dependencies (similar + to `brew linkage`), which may differ from the current versons' stated + dependencies if the installed versions are outdated. + Note: `--missing` and `--skip-recommended` have precedence over `--include-*`. EOS switch "-n", "--topological",