diff options
author | Rubén Durán Balda <ruduran@users.noreply.github.com> | 2018-10-02 09:01:49 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-10-02 09:01:49 +0200 |
commit | 8bc9f23b7cb85108754ea402a02d7ebf0041175f (patch) | |
tree | 8f6746281a9fadcb4ab72e05441a2f816a1da7aa /plugins/brew | |
parent | 28b5ec644c8c04dab6578d821b850f48b0925598 (diff) | |
download | zsh-8bc9f23b7cb85108754ea402a02d7ebf0041175f.tar.gz zsh-8bc9f23b7cb85108754ea402a02d7ebf0041175f.tar.bz2 zsh-8bc9f23b7cb85108754ea402a02d7ebf0041175f.zip |
brew: fix typo in README (#7184)
Diffstat (limited to 'plugins/brew')
-rw-r--r-- | plugins/brew/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/brew/README.md b/plugins/brew/README.md index d50dfc219..aab55ea39 100644 --- a/plugins/brew/README.md +++ b/plugins/brew/README.md @@ -16,4 +16,4 @@ plugins=(... brew) | brewsp | `brew list --pinned` | Show the versions of pinned formulae, or only the specified (pinned) formulae if formulae are given. | | bubo | `brew update && brew outdated` | Fetch the newest version of Homebrew and all formulae, then list outdated formulae. | | bubc | `brew upgrade && brew cleanup` | Upgrade outdated, unpinned brews (with existing install options), then removes stale lock files and outdated downloads for formulae and casks, and removes old versions of installed formulae. | -| bubo | `bubo && bubc` | Updates Homebrew, lists outdated formulae, upgrades oudated and unpinned formulae, and removes stale and outdated downloads and versions. | +| bubu | `bubo && bubc` | Updates Homebrew, lists outdated formulae, upgrades oudated and unpinned formulae, and removes stale and outdated downloads and versions. | |