diff options
| author | Mike McQuaid | 2017-04-02 10:14:33 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-04-02 10:14:58 +0100 | 
| commit | ae97a9c34eff45766be9af76bd79057c4acae77f (patch) | |
| tree | 085b4197075e71915bd07bdb90c040bf5454a7e0 /docs/Formula-Cookbook.md | |
| parent | 566d3cb58b557df8ea6962653c43ba3fe995110f (diff) | |
| download | brew-ae97a9c34eff45766be9af76bd79057c4acae77f.tar.bz2 | |
docs: use long flags.
Diffstat (limited to 'docs/Formula-Cookbook.md')
| -rw-r--r-- | docs/Formula-Cookbook.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index aa3e5f23d..38874ddb0 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -90,7 +90,7 @@ Try to summarize from the [`homepage`](http://www.rubydoc.info/github/Homebrew/b  ### Check the build system  ```sh -brew install -i foo +brew install --interactive foo  ```  You’re now at a new prompt with the tarball extracted to a temporary sandbox. | 
