aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-10-27 08:45:47 +0100
committerGitHub2017-10-27 08:45:47 +0100
commit25d877151852136883390ca43103d74f1e0ecb97 (patch)
treec4b584f40761f48249e8b88b578abdcda3738324 /docs
parentbadbb00b0867846afa6d55275bca4edff959e908 (diff)
parent6114f48d5d009beeb75ffcf7dcf30371a43f1623 (diff)
downloadbrew-25d877151852136883390ca43103d74f1e0ecb97.tar.bz2
Merge pull request #3368 from MikeMcQuaid/unhide-readall-update-reset
Unhide readall and update-reset from manpage.
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md12
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.