cleanup-installed: fix brewdle command name

This commit is contained in:
Mike McQuaid 2015-02-18 14:10:27 +00:00
parent 8032ab9322
commit ce956eda8e

View File

@ -13,7 +13,7 @@ module Homebrew
opoo <<-EOS.undent
brew cleanup-installed is deprecated and will be removed soon!
Please consider using the `brew brewdler dump` and `brew brewdler cleanup`
Please consider using the `brew brewdle dump` and `brew brewdle cleanup`
commands from https://github.com/Homebrew/homebrew-brewdler
EOS
cleanup_file = Pathname.new "#{ENV["HOME"]}/.brew-cleanup-installed"