diff options
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index e2c28cf40..e51a1b4c4 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -45,8 +45,8 @@ didn't include with OS X. Installs <formula>. If `--force` is passed, will install <formula> even if it is already - installed. This can be used to re-install the same version of a formuale - without removing it first. + installed. This can be used to re-install a formula without removing + it first. If `--debug` is passed and brewing fails, opens a shell inside the temporary folder used for compiling. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index d3fc0867a..5e4e99e62 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -48,7 +48,7 @@ Performs a substring search of formula names for \fItext\fR\. If \fItext\fR is s Installs \fIformula\fR\. . .IP -If \fB\-\-force\fR is passed, will install \fIformula\fR even if it is already installed\. This can be used to re\-install the same version of a formuale without removing it first\. +If \fB\-\-force\fR is passed, will install \fIformula\fR even if it is already installed\. This can be used to re\-install a formula without removing it first\. . .IP If \fB\-\-debug\fR is passed and brewing fails, opens a shell inside the temporary folder used for compiling\. |
