diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb index d4c07a8c08..891846cb8d 100644 --- a/Library/Homebrew/cmd/missing.rb +++ b/Library/Homebrew/cmd/missing.rb @@ -1,6 +1,9 @@ -#: * `missing` []: +#: * `missing` [`--hide=`] []: #: Check the given for missing dependencies. If no are #: given, check all installed brews. +#: +#: If `--hide=` is passed, act as if none of are installed. +#: should be a comma-seperated list of formulae. require "formula" require "tab"