aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/missing.rb
diff options
context:
space:
mode:
authorAlyssa Ross2016-10-10 13:41:27 +0100
committerAlyssa Ross2016-10-25 22:36:13 +0100
commitaff5f42c58f735a90f50f4992ce037e4de413f8c (patch)
tree0ded27429cb7bc1d3f9c5d246e22699afc1d6bd8 /Library/Homebrew/cmd/missing.rb
parentc4c855b9fc8695664a66dd7822a483b91e3e26e3 (diff)
downloadbrew-aff5f42c58f735a90f50f4992ce037e4de413f8c.tar.bz2
missing: document --hide
Diffstat (limited to 'Library/Homebrew/cmd/missing.rb')
-rw-r--r--Library/Homebrew/cmd/missing.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/missing.rb b/Library/Homebrew/cmd/missing.rb
index d4c07a8c0..891846cb8 100644
--- a/Library/Homebrew/cmd/missing.rb
+++ b/Library/Homebrew/cmd/missing.rb
@@ -1,6 +1,9 @@
-#: * `missing` [<formulae>]:
+#: * `missing` [`--hide=`<hidden>] [<formulae>]:
#: Check the given <formulae> for missing dependencies. If no <formulae> are
#: given, check all installed brews.
+#:
+#: If `--hide=`<hidden> is passed, act as if none of <hidden> are installed.
+#: <hidden> should be a comma-seperated list of formulae.
require "formula"
require "tab"