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 /docs/Manpage.md | |
| 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 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md index 59969a3e8..2fe0016d9 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -386,6 +386,13 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--dry-run` or `-n` is passed, show what would be removed, but do not actually remove anything. + * `readall` [tap]: + Import all formulae from specified taps (defaults to all installed taps). + + This can be useful for debugging issues across all formulae when making + significant changes to `formula.rb`, testing the performance of loading + all formulae or to determine if any current formulae have Ruby issues. + * `reinstall` `formula`: Uninstall and then install `formula`. @@ -553,6 +560,11 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--force` (or `-f`) is specified then always do a slower, full update check even if unnecessary. + * `update-reset`: + Fetches and resets Homebrew and all tap repositories using `git`(1) to + their latest `origin/master`. Note this will destroy all your uncommitted + or committed changes. + * `upgrade` [`install-options`] [`--cleanup`] [`--fetch-HEAD`] [`formulae`]: Upgrade outdated, unpinned brews. |
