aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorZhiming Wang2016-05-18 23:43:42 -0700
committerMartin Afanasjew2016-05-19 08:43:42 +0200
commitbc1d5ae4d49c9698ce7e934367786a4122d958cc (patch)
tree2aba11c005ad8bbda358d2581660d83a681a208f /Library
parent406fdbb391e844ea604c3eac1075c3f2562d07a9 (diff)
downloadbrew-bc1d5ae4d49c9698ce7e934367786a4122d958cc.tar.bz2
install: fix documentation of --keep-tmp option (#258)
Obvious copy/paste failure in acc9a7ca8554bc2413dee2d6d0f407b3a59c628c.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/install.rb4
1 files changed, 2 insertions, 2 deletions
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 <formula> 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 <foo> && brew install --HEAD <foo>`.