From c8a2cd4e10e6ea1d4e10531fbbc1ef10b0741815 Mon Sep 17 00:00:00 2001
From: Max Nordlund
Date: Fri, 8 Apr 2016 16:28:35 +0200
Subject: Generate the new man page
---
share/doc/homebrew/brew.1.html | 20 ++++++++++----------
share/man/man1/brew.1 | 32 ++++++++++++++++----------------
2 files changed, 26 insertions(+), 26 deletions(-)
(limited to 'share')
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 613d1f1bc..78015e975 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -221,10 +221,10 @@ into /Applications, allowing for easier access.
If provided, --local will symlink them into the user's ~/Applications
directory instead of the system directory.
ls, list [--full-name]List all installed formulae. If --full-name is passed, print formulae with
+
list, ls [--full-name]List all installed formulae. If --full-name is passed, print formulae with
full-qualified names.
ls, list --unbrewedList all files in the Homebrew prefix not installed by Homebrew.
ls, list [--versions [--multiple]] [--pinned] [formulae]List the installed files for formulae. Combined with --verbose, recursively
+
list, ls --unbrewedList all files in the Homebrew prefix not installed by Homebrew.
list, ls [--versions [--multiple]] [--pinned] [formulae]List the installed files for formulae. Combined with --verbose, recursively
list the contents of all subdirectories in each formula's keg.
If --versions is passed, show the version number for installed formulae,
@@ -236,14 +236,14 @@ specified (pinned) formulae if formulae are given.
See also pin, unpin.
log [git-log-options] formula ...Show the git log for the given formulae. Options that git-log(1)
recognizes can be passed before the formula list.
missing [formulae]Check the given formulae for missing dependencies.
- -If no formulae are given, check all installed brews.
migrate [--force] formulaeMigrate renamed packages to new name, where formulae are old names of packages.
If --force is passed, then treat installed formulae and passed formulae
like if they are from same taps and migrate them anyway.
missing [formulae]Check the given formulae for missing dependencies.
+ +If no formulae are given, check all installed brews.
options [--compact] (--all|--installed|formulae)Display install options specific to formulae.
If --compact is passed, show all options on a single line separated by
@@ -274,10 +274,6 @@ created by brew linkapps.
If --dry-run or -n is passed, show what would be removed, but do not
actually remove anything.
reinstall formulaUninstall then install formula
rm, remove, uninstall [--force] formulaUninstall formula.
- -If --force is passed, and there are multiple versions of formula
-installed, delete all installed versions.
search, -SDisplay all locally available formulae for brewing (including tapped ones). No online search is performed if called without arguments.
search, -S text|/text/Perform a substring search of formula names for text. If text is @@ -336,6 +332,10 @@ formula.
launched with access to IRB or a shell inside the temporary test directory.Example: brew install jruby && brew test jruby
uninstall, rm, remove [--force] formulaUninstall formula.
+ +If --force is passed, and there are multiple versions of formula
+installed, delete all installed versions.
unlink [--dry-run] formulaRemove symlinks for formula from the Homebrew prefix. This can be useful
for temporarily disabling a formula:
brew unlink foo && commands && brew link foo.