From 92a1fca6e407226491ef0a25d036ee842b8e2bf8 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Sat, 5 Dec 2015 10:27:11 -0500 Subject: manpages: minor markup fixes Fixes a couple issues left behind by Homebrew/homebrew#46676. Closes Homebrew/homebrew#46706. Signed-off-by: Andrew Janke --- Library/Homebrew/manpages/brew.1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library') 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 `. - * `info --json=`` (`--all`|`--installed`|`): + * `info --json=` (`--all`|`--installed`|): Print a JSON representation of . Currently the only accepted value for 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`] []: @@ -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` `/`` taps a formula repository from GitHub using HTTPS. + + `tap` `/` taps a formula repository from GitHub using HTTPS. Since so many taps are hosted on GitHub, this command is a shortcut for `tap / https://github.com//homebrew-`. -- cgit v1.2.3