aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/readall.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-09-08 09:55:53 +0100
committerGitHub2016-09-08 09:55:53 +0100
commit3dff6f61d80d38fafdbc80e8d390dce155a10de4 (patch)
tree350f76fbab9ff638faee7dd3a45e038101556cf8 /Library/Homebrew/cmd/readall.rb
parentf3aaa8780ae578ff22a11d0aece6d1cddf382314 (diff)
parentebdb879fe4b0d14bcc92480a3dd193c93f94a23f (diff)
downloadbrew-3dff6f61d80d38fafdbc80e8d390dce155a10de4.tar.bz2
Merge pull request #890 from MikeMcQuaid/dev-cmd-help
dev-cmd: add `--help` to all developer commands.
Diffstat (limited to 'Library/Homebrew/cmd/readall.rb')
-rw-r--r--Library/Homebrew/cmd/readall.rb11
1 files changed, 7 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/readall.rb b/Library/Homebrew/cmd/readall.rb
index 62cdfa5d4..132472b70 100644
--- a/Library/Homebrew/cmd/readall.rb
+++ b/Library/Homebrew/cmd/readall.rb
@@ -1,7 +1,10 @@
-# `brew readall` tries to import all formulae one-by-one.
-# This can be useful for debugging issues across all formulae
-# when making significant changes to formula.rb,
-# or to determine if any current formulae have Ruby issues
+#: @hide_from_man_page
+#: * `readall` [tap]:
+#: Import all formulae in a tap (defaults to core tap).
+#:
+#: This can be useful for debugging issues across all formulae
+#: when making significant changes to `formula.rb`,
+#: or to determine if any current formulae have Ruby issues
require "readall"