aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/--repository.rb7
-rw-r--r--Library/Homebrew/manpages/brew.1.md.erb7
2 files changed, 7 insertions, 7 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
diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb
index 0ad4c0b5d..b6726089e 100644
--- a/Library/Homebrew/manpages/brew.1.md.erb
+++ b/Library/Homebrew/manpages/brew.1.md.erb
@@ -50,13 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
<%= commands.join("\n") %>
- * `--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.
-
* `--version`:
Print the version number of brew to standard error and exit.