aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Formula-Cookbook.md
diff options
context:
space:
mode:
authorMike McQuaid2017-04-02 10:14:33 +0100
committerMike McQuaid2017-04-02 10:14:58 +0100
commitae97a9c34eff45766be9af76bd79057c4acae77f (patch)
tree085b4197075e71915bd07bdb90c040bf5454a7e0 /docs/Formula-Cookbook.md
parent566d3cb58b557df8ea6962653c43ba3fe995110f (diff)
downloadbrew-ae97a9c34eff45766be9af76bd79057c4acae77f.tar.bz2
docs: use long flags.
Diffstat (limited to 'docs/Formula-Cookbook.md')
-rw-r--r--docs/Formula-Cookbook.md2
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.