aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVonUniGE2017-07-11 23:53:49 +0200
committerMathieu Vonlanthen2017-07-11 23:53:49 +0200
commite6974644e0e3e11081aad8fc2ec475040c636ba2 (patch)
tree5b07293ac7389b92ce880b9aaacf3bec8efe55c7
parent7957e1a7215464486bf559d66438e79df6e766ce (diff)
downloadbrew-e6974644e0e3e11081aad8fc2ec475040c636ba2.tar.bz2
Correct syntax error in Manpage.md
-rw-r--r--docs/Manpage.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 5feb74db6..07207694d 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -198,7 +198,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
See the docs for examples of using the JSON output:
<http://docs.brew.sh/Querying-Brew.html>
- * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] `formula` : [<`options`> ...]
+ * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] `formula` [<`options`> ...]:
Install `formula`.
`formula` is usually the name of the formula to install, but it can be specified
@@ -247,8 +247,8 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--build-bottle` is passed, prepare the formula for eventual bottling
during installation.
- Installation options specific to <formula> may be appended to the command,
- and can be listed with `brew options` <formula>.
+ Installation options specific to `formula` may be appended to the command,
+ and can be listed with `brew options <formula>`.
* `install` `--interactive` [`--git`] `formula`:
If `--interactive` (or `-i`) is passed, download and patch `formula`, then