From bc1d5ae4d49c9698ce7e934367786a4122d958cc Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 18 May 2016 23:43:42 -0700 Subject: install: fix documentation of --keep-tmp option (#258) Obvious copy/paste failure in acc9a7ca8554bc2413dee2d6d0f407b3a59c628c.--- Library/Homebrew/cmd/install.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 9d2c7bfa1..60141c4da 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -40,8 +40,8 @@ #: If `--HEAD` is passed, and defines it, install the HEAD version, #: aka master, trunk, unstable. #: -#: If `--keep-tmp` is passed, the temporary files created for the test are -#: not deleted. +#: If `--keep-tmp` is passed, the temporary files created during installation +#: are not deleted. #: #: To install a newer version of HEAD use #: `brew rm && brew install --HEAD `. -- cgit v1.2.3