diff options
| author | Jack Nagel | 2014-03-15 12:55:14 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-15 12:55:14 -0500 |
| commit | 30b4961dde355b03fc9d53f494c7a9a8910df333 (patch) | |
| tree | a7ffa17e1b7251af3ec76bf677815be6f716a1b4 /Library/Contributions/manpages/brew.1.md | |
| parent | e236901e56addff6c887db15c7db47360e463359 (diff) | |
| download | brew-30b4961dde355b03fc9d53f494c7a9a8910df333.tar.bz2 | |
Modernize `brew diy`
Diffstat (limited to 'Library/Contributions/manpages/brew.1.md')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 644fe99c9..e27fa8f27 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -98,14 +98,15 @@ Note that these flags should only appear after a command. If `--installed` is passed, show dependencies for all installed formulae. - * `diy [--set-name <name>] [--set-version <version>]`: + * `diy [--name=<name>] [--version=<version>]`: Automatically determine the installation prefix for non-Homebrew software. Using the output from this command, you can install your own software into the Cellar and then link it into Homebrew's prefix with `brew link`. - The options `--set-name` and `--set-version` each take an argument and allow - you to explicitly set the name and version of the package you are installing. + The options `--name=<name>` and `--version=<version>` each take an argument + and allow you to explicitly set the name and version of the package you are + installing. * `doctor`: Check your system for potential problems. Doctor exits with a non-zero status |
