From bc1d5ae4d49c9698ce7e934367786a4122d958cc Mon Sep 17 00:00:00 2001 From: Zhiming Wang <zmwangx@gmail.com> Date: Wed, 18 May 2016 23:43:42 -0700 Subject: [PATCH] install: fix documentation of --keep-tmp option (#258) Obvious copy/paste failure in acc9a7ca8554bc2413dee2d6d0f407b3a59c628c. --- Library/Homebrew/cmd/install.rb | 4 ++-- share/doc/homebrew/brew.1.html | 4 ++-- share/man/man1/brew.1 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 9d2c7bfa15..60141c4da4 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>`. diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 8c18f9c0a8..2a6b4c849e 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -227,8 +227,8 @@ for the current version of OS X, even if custom options are given.</p> <p>If <code>--HEAD</code> is passed, and <var>formula</var> defines it, install the HEAD version, aka master, trunk, unstable.</p> -<p>If <code>--keep-tmp</code> is passed, the temporary files created for the test are -not deleted.</p> +<p>If <code>--keep-tmp</code> is passed, the temporary files created during installation +are not deleted.</p> <p>To install a newer version of HEAD use <code>brew rm <foo> && brew install --HEAD <foo></code>.</p></dd> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index bb38392632..c10ce50a01 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -299,7 +299,7 @@ If \fB\-\-devel\fR is passed, and \fIformula\fR defines it, install the developm If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD version, aka master, trunk, unstable\. . .IP -If \fB\-\-keep\-tmp\fR is passed, the temporary files created for the test are not deleted\. +If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installation are not deleted\. . .IP To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR\. -- GitLab