cmd/install: fix --keep-tmp description.

This commit is contained in:
Mike McQuaid 2019-01-29 08:29:39 +00:00
parent b40579f69a
commit 5a95d80b5e
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -132,7 +132,7 @@ module Homebrew
description: "If <formula> defines it, install the HEAD version, aka master, trunk, unstable." description: "If <formula> defines it, install the HEAD version, aka master, trunk, unstable."
switch "--fetch-HEAD" switch "--fetch-HEAD"
switch "--keep-tmp", switch "--keep-tmp",
description: "Dont delele the temporary files created during installation." description: "Dont delete the temporary files created during installation."
switch "--build-bottle", switch "--build-bottle",
description: "Prepare the formula for eventual bottling during installation." description: "Prepare the formula for eventual bottling during installation."
switch :force, switch :force,