diff options
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 |
