Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation for --caskroom default #1159

Merged
merged 1 commit into from
Sep 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Homebrew/manpages/brew-cask.1.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion manpages/brew-cask.1
Expand Up @@ -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
Expand Down