diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md index 8466ca9d87..bbcb2aac4b 100644 --- a/share/doc/homebrew/Tips-N'-Tricks.md +++ b/share/doc/homebrew/Tips-N'-Tricks.md @@ -71,7 +71,7 @@ name }}-{{ version }}. In the case of Erlang, this requires renaming the file from otp_src_R13B03 to erlang-R13B03. -`brew –-cache -s erlang` will print the correct name of the cached +`brew --cache -s erlang` will print the correct name of the cached download. This means instead of manually renaming a formula, you can run `mv the_tarball $(brew --cache -s $FORMULA)`.