From b3627cc5b2893f33984b9fee9648c415ff350b5c Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Wed, 6 Jan 2016 08:00:36 +0100 Subject: manpage: fix minor formatting inconsistencies --- Library/Homebrew/manpages/brew.1.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Library') 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 `. - * `info --json=` (`--all`|`--installed`|): + * `info` `--json=` (`--all`|`--installed`|): Print a JSON representation of . Currently the only accepted value for 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 && brew install --HEAD `. - * `install --interactive` [`--git`] : + * `install` `--interactive` [`--git`] : Download and patch , 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`] []: @@ -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 is extended online to some popular taps. - * `search --debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` : + * `search` `--debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` : Search for 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` : -- cgit v1.2.3