Skip to content
Snippets Groups Projects
Commit 6931e942 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

--prefix: move help to documentation comment

parent a3352c00
No related branches found
No related tags found
No related merge requests found
#: * `--prefix`:
#: Display Homebrew's install path. *Default:* `/usr/local`
#:
#: * `--prefix` <formula>:
#: Display the location in the cellar where <formula> is or would be installed.
module Homebrew
def __prefix
if ARGV.named.empty?
......
......@@ -50,12 +50,6 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
<%= commands.join("\n") %>
* `--prefix`:
Display Homebrew's install path. *Default:* `/usr/local`
* `--prefix` <formula>:
Display the location in the cellar where <formula> is or would be installed.
* `--repository`:
Display where Homebrew's `.git` directory is located. For standard installs,
the `prefix` and `repository` are the same directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment