aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/missing.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/missing.rb')
-rw-r--r--Library/Homebrew/cmd/missing.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb
index 3d70e5f35..41ad4f16d 100644
--- a/Library/Homebrew/cmd/missing.rb
+++ b/Library/Homebrew/cmd/missing.rb
@@ -1,3 +1,8 @@
+#: * `missing` [<formulae>]:
+#: Check the given <formulae> for missing dependencies.
+#:
+#: If no <formulae> are given, check all installed brews.
+
require "formula"
require "tab"
require "diagnostic"