aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/options.rb')
-rw-r--r--Library/Homebrew/cmd/options.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/options.rb b/Library/Homebrew/cmd/options.rb
index f9d3ad793..690acd016 100644
--- a/Library/Homebrew/cmd/options.rb
+++ b/Library/Homebrew/cmd/options.rb
@@ -1,3 +1,13 @@
+#: * `options` [`--compact`] (`--all`|`--installed`|<formulae>):
+#: Display install options specific to <formulae>.
+#:
+#: If `--compact` is passed, show all options on a single line separated by
+#: spaces.
+#:
+#: If `--all` is passed, show options for all formulae.
+#:
+#: If `--installed` is passed, show options for all installed formulae.
+
require "formula"
require "options"