--repository: move help to documentation comment

This commit is contained in:
Martin Afanasjew 2016-04-17 09:21:02 +02:00
parent 6931e9421a
commit 76f0479969
2 changed files with 7 additions and 7 deletions

View File

@ -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" require "tap"
module Homebrew module Homebrew

View File

@ -50,13 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
<%= commands.join("\n") %> <%= 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`: * `--version`:
Print the version number of brew to standard error and exit. Print the version number of brew to standard error and exit.