From 5fc2405db343279c7885f772b423b731ba22ad1d Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 26 Nov 2015 14:56:04 -0800 Subject: [PATCH] Fix typo: hyphen-minus instead of en dash in command Closes Homebrew/homebrew#46408. Signed-off-by: Alex Dunn --- share/doc/homebrew/Tips-N'-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`.