diff options
| author | Andrew Janke | 2015-12-05 10:27:11 -0500 |
|---|---|---|
| committer | Andrew Janke | 2015-12-08 12:35:20 -0500 |
| commit | 92a1fca6e407226491ef0a25d036ee842b8e2bf8 (patch) | |
| tree | 89fd5a9b371e25833225c43c79eefba1fc14aa19 /Library/Homebrew/manpages | |
| parent | 8d6b6a451b854a4958ecd3812794f93afc083578 (diff) | |
| download | brew-92a1fca6e407226491ef0a25d036ee842b8e2bf8.tar.bz2 | |
manpages: minor markup fixes
Fixes a couple issues left behind by Homebrew/homebrew#46676.
Closes Homebrew/homebrew#46706.
Signed-off-by: Andrew Janke <andrew@apjanke.net>
Diffstat (limited to 'Library/Homebrew/manpages')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 15f4b2add..135561145 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -189,7 +189,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`. @@ -279,11 +279,11 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If provided, `--local` will move them into the user's `~/Applications` directory instead of the system directory. It may need to be created, first. - * `ls`, `list` [`--full-name`] + * `ls`, `list` [`--full-name`]: 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>]: @@ -324,7 +324,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--installed` is passed, show options for all installed formulae. - * `outdated` [`--quiet` | `--verbose` | `--json=v1` ]: + * `outdated` [`--quiet`|`--verbose`|`--json=v1`]: Show formulae that have an updated version available. By default, version information is displayed in interactive shells, and @@ -383,7 +383,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note + `tap` without arguments displays existing taps. - + `tap` <user>`/`<repo>` taps a formula repository from GitHub using HTTPS. + + `tap` <user>`/`<repo> taps a formula repository from GitHub using HTTPS. Since so many taps are hosted on GitHub, this command is a shortcut for `tap <user>/<repo> https://github.com/<user>/homebrew-<repo>`. |
