aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-01-06 08:00:36 +0100
committerMartin Afanasjew2016-01-06 08:17:29 +0100
commitb3627cc5b2893f33984b9fee9648c415ff350b5c (patch)
tree15b4cec8a419646d78b0aed12e6cff10d15cced2 /Library
parentaaefcb02b6649551d8a86a5f0237041c14113dfb (diff)
downloadbrew-b3627cc5b2893f33984b9fee9648c415ff350b5c.tar.bz2
manpage: fix minor formatting inconsistencies
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/manpages/brew.1.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 86ebe929a..6f37fc0c8 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -190,7 +190,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
To view formula history locally: `brew log -p <formula>`.
- * `info --json=`<version> (`--all`|`--installed`|<formulae>):
+ * `info` `--json=`<version> (`--all`|`--installed`|<formulae>):
Print a JSON representation of <formulae>. Currently the only accepted value
for <version> is `v1`.
@@ -240,7 +240,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
To install a newer version of HEAD use
`brew rm <foo> && brew install --HEAD <foo>`.
- * `install --interactive` [`--git`] <formula>:
+ * `install` `--interactive` [`--git`] <formula>:
Download and patch <formula>, then open a shell. This allows the user to
run `./configure --help` and otherwise determine how to turn the software
package into a Homebrew formula.
@@ -284,7 +284,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
List all installed formulae. If `--full-name` is passed, print formulae with
full-qualified names.
- * `ls`, `list --unbrewed`:
+ * `ls`, `list` `--unbrewed`:
List all files in the Homebrew prefix not installed by Homebrew.
* `ls`, `list` [`--versions` [`--multiple`]] [`--pinned`] [<formulae>]:
@@ -365,7 +365,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
surrounded with slashes, then it is interpreted as a regular expression.
The search for <text> is extended online to some popular taps.
- * `search --debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` <text>:
+ * `search` `--debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` <text>:
Search for <text> in the given package manager's list.
* `sh` [`--env=std`]:
@@ -397,13 +397,13 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
By default, the repository is cloned as a shallow copy (`--depth=1`), but
if `--full` is passed, a full clone will be used.
- * `tap --repair`:
+ * `tap` `--repair`:
Migrate tapped formulae from symlink-based to directory-based structure.
- * `tap --list-official`:
+ * `tap` `--list-official`:
List all official taps.
- * `tap --list-pinned`:
+ * `tap` `--list-pinned`:
List all pinned taps.
* `tap-info` <tap>: