--repository: move help to documentation comment
This commit is contained in:
parent
6931e9421a
commit
76f0479969
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user