diff options
| author | Mike McQuaid | 2017-10-26 16:14:14 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-10-26 16:14:14 +0100 | 
| commit | 6114f48d5d009beeb75ffcf7dcf30371a43f1623 (patch) | |
| tree | 33126fd40670ec2de8bd2be2d97ffa00667e6bcc /manpages/brew.1 | |
| parent | 4d02b96c679edaf8e16dcec1a69ef9fceaee9eb8 (diff) | |
| download | brew-6114f48d5d009beeb75ffcf7dcf30371a43f1623.tar.bz2 | |
Unhide readall and update-reset from manpage.
These are both tools that end-users can find useful on occasion so it
doesn't make sense to hide them.
Diffstat (limited to 'manpages/brew.1')
| -rw-r--r-- | manpages/brew.1 | 13 | 
1 files changed, 12 insertions, 1 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index 69ee416d7..a8dde6102 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,7 +1,7 @@  .\" generated with Ronn/v0.7.3  .\" http://github.com/rtomayko/ronn/tree/0.7.3  . -.TH "BREW" "1" "September 2017" "Homebrew" "brew" +.TH "BREW" "1" "October 2017" "Homebrew" "brew"  .  .SH "NAME"  \fBbrew\fR \- The missing package manager for macOS @@ -398,6 +398,13 @@ Remove dead symlinks from the Homebrew prefix\. This is generally not needed, bu  If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, show what would be removed, but do not actually remove anything\.  .  .TP +\fBreadall\fR [tap] +Import all formulae from specified taps (defaults to all installed taps)\. +. +.IP +This can be useful for debugging issues across all formulae when making significant changes to \fBformula\.rb\fR, testing the performance of loading all formulae or to determine if any current formulae have Ruby issues\. +. +.TP  \fBreinstall\fR \fIformula\fR  Uninstall and then install \fIformula\fR\.  . @@ -572,6 +579,10 @@ If \fB\-\-merge\fR is specified then \fBgit merge\fR is used to include updates  If \fB\-\-force\fR (or \fB\-f\fR) is specified then always do a slower, full update check even if unnecessary\.  .  .TP +\fBupdate\-reset\fR +Fetches and resets Homebrew and all tap repositories using \fBgit\fR(1) to their latest \fBorigin/master\fR\. Note this will destroy all your uncommitted or committed changes\. +. +.TP  \fBupgrade\fR [\fIinstall\-options\fR] [\fB\-\-cleanup\fR] [\fB\-\-fetch\-HEAD\fR] [\fIformulae\fR]  Upgrade outdated, unpinned brews\.  . | 
