diff --git a/Library/Homebrew/cmd/cleanup.rb b/Library/Homebrew/cmd/cleanup.rb index 06123b915f..c61fbb1175 100644 --- a/Library/Homebrew/cmd/cleanup.rb +++ b/Library/Homebrew/cmd/cleanup.rb @@ -26,7 +26,7 @@ module Homebrew description: "Show what would be removed, but do not actually remove anything." switch "-s", description: "Scrub the cache, including downloads for even the latest versions. "\ - "Note downloads for any installed formulae or casks will still not be deleted. "\ + "Note that downloads for any installed formulae or casks will still not be deleted. "\ "If you want to delete those too: `rm -rf \"$(brew --cache)\"`" switch "--prune-prefix", description: "Only prune the symlinks and directories from the prefix and remove no other files." diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 364ceec4e7..a9c3bb0af3 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -485,7 +485,7 @@ __fish_brew_complete_arg 'cleanup' -l prune -d 'Remove all cache files older tha __fish_brew_complete_arg 'cleanup' -l prune-prefix -d 'Only prune the symlinks and directories from the prefix and remove no other files' __fish_brew_complete_arg 'cleanup' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'cleanup' -l verbose -d 'Make some output more verbose' -__fish_brew_complete_arg 'cleanup' -l s -d 'Scrub the cache, including downloads for even the latest versions. Note downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`' +__fish_brew_complete_arg 'cleanup' -l s -d 'Scrub the cache, including downloads for even the latest versions. Note that downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`' __fish_brew_complete_arg 'cleanup' -a '(__fish_brew_suggest_formulae_all)' __fish_brew_complete_arg 'cleanup' -a '(__fish_brew_suggest_casks_all)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 60ea5e61d1..d24700a36a 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -598,7 +598,7 @@ _brew_cleanup() { '--prune-prefix[Only prune the symlinks and directories from the prefix and remove no other files]' \ '--quiet[Make some output more quiet]' \ '--verbose[Make some output more verbose]' \ - '-s[Scrub the cache, including downloads for even the latest versions. Note downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`]' \ + '-s[Scrub the cache, including downloads for even the latest versions. Note that downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"`]' \ - formula \ '*::formula:__brew_formulae' \ - cask \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 9a7f17e025..a70fd29ee5 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -105,7 +105,7 @@ only do this for the given formulae and casks. Removes all downloads more than * `-n`, `--dry-run`: Show what would be removed, but do not actually remove anything. * `-s`: - Scrub the cache, including downloads for even the latest versions. Note downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"` + Scrub the cache, including downloads for even the latest versions. Note that downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: `rm -rf "$(brew --cache)"` * `--prune-prefix`: Only prune the symlinks and directories from the prefix and remove no other files. diff --git a/manpages/brew.1 b/manpages/brew.1 index 61a2c6d226..9879161277 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -119,7 +119,7 @@ Show what would be removed, but do not actually remove anything\. . .TP \fB\-s\fR -Scrub the cache, including downloads for even the latest versions\. Note downloads for any installed formulae or casks will still not be deleted\. If you want to delete those too: \fBrm \-rf "$(brew \-\-cache)"\fR +Scrub the cache, including downloads for even the latest versions\. Note that downloads for any installed formulae or casks will still not be deleted\. If you want to delete those too: \fBrm \-rf "$(brew \-\-cache)"\fR . .TP \fB\-\-prune\-prefix\fR