diff options
| author | Zhuoyun Wei | 2015-12-30 15:53:48 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-12-30 08:16:17 +0000 |
| commit | bb38d90bce1c5447d48ddca727d97669bcd5a5dd (patch) | |
| tree | 7217b074d3004272edd59cf74d4b8d8e83785352 /share/doc | |
| parent | 090b133a01d3918ea6a0d73768b836185a8dce35 (diff) | |
| download | brew-bb38d90bce1c5447d48ddca727d97669bcd5a5dd.tar.bz2 | |
FAQ: fix -- to — conversion.
Closes Homebrew/homebrew#47523.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/homebrew/FAQ.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/homebrew/FAQ.md b/share/doc/homebrew/FAQ.md index 6e7c496a3..c9fbfdbf3 100644 --- a/share/doc/homebrew/FAQ.md +++ b/share/doc/homebrew/FAQ.md @@ -93,7 +93,7 @@ following conditions: * Options were passed to the install command i.e. `brew install $FORMULA` will use a bottled version of $FORMULA, but -`brew install $FORMULA —enable-bar` will trigger a source build. +`brew install $FORMULA --enable-bar` will trigger a source build. * The `--build-from-source` option is invoked. * The environment variable `HOMEBREW_BUILD_FROM_SOURCE` is set. * The machine is not running OS X 10.8+ as all bottled builds are @@ -203,8 +203,8 @@ then `brew link` it. Like so: ```bash $ cd foo-0.1 $ brew diy -./configure —prefix=/usr/local/Cellar/foo/0.1 -$ ./configure —prefix=/usr/local/Cellar/foo/0.1 +./configure --prefix=/usr/local/Cellar/foo/0.1 +$ ./configure --prefix=/usr/local/Cellar/foo/0.1 [snip] $ make && make install $ brew link foo |
