aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/--repository.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/--repository.rb b/Library/Homebrew/cmd/--repository.rb
index b697b3eaa..b3ad8367a 100644
--- a/Library/Homebrew/cmd/--repository.rb
+++ b/Library/Homebrew/cmd/--repository.rb
@@ -1,3 +1,10 @@
+#: * `--repository`:
+#: Display where Homebrew's `.git` directory is located. For standard installs,
+#: the `prefix` and `repository` are the same directory.
+#:
+#: * `--repository` <user>`/`<repo>:
+#: Display where tap <user>`/`<repo>'s directory is located.
+
require "tap"
module Homebrew