From 8995d8b9e5ccaf3c56aceff655c51f924737a11e Mon Sep 17 00:00:00 2001 From: Nathan Toone <nathan@toonetown.com> Date: Mon, 26 Sep 2016 17:26:03 -0600 Subject: [PATCH] Fix documentation for --caskroom default --- Library/Homebrew/manpages/brew-cask.1.md | 2 +- manpages/brew-cask.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/manpages/brew-cask.1.md b/Library/Homebrew/manpages/brew-cask.1.md index 4e160b527c..244a98f3ad 100644 --- a/Library/Homebrew/manpages/brew-cask.1.md +++ b/Library/Homebrew/manpages/brew-cask.1.md @@ -138,7 +138,7 @@ in a future version. Abort Cask installation if the Cask does not have a checksum defined. * `--caskroom=<path>`: - Location of the Caskroom, where all binaries are stored. The default value is: `$(brew --repository)/Caskroom`. + Location of the Caskroom, where all binaries are stored. The default value is: `$(brew --prefix)/Caskroom`. * `--verbose`: Give additional feedback during installation. diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index b447c62853..850d69489d 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -139,7 +139,7 @@ Abort Cask installation if the Cask does not have a checksum defined\. . .TP \fB\-\-caskroom=<path>\fR -Location of the Caskroom, where all binaries are stored\. The default value is: \fB$(brew \-\-repository)/Caskroom\fR\. +Location of the Caskroom, where all binaries are stored\. The default value is: \fB$(brew \-\-prefix)/Caskroom\fR\. . .TP \fB\-\-verbose\fR -- GitLab