aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJack Nagel2013-11-18 00:08:10 -0600
committerJack Nagel2013-11-18 00:08:11 -0600
commit6f6af535a8214cc9b3ab37154b894d6390e535f1 (patch)
treebd476ea2475e4564e8b52d5eff04ad8cc001d88a /share
parentc9c537436a3a42bf9bfa80f11c80bbd98064a471 (diff)
downloadhomebrew-6f6af535a8214cc9b3ab37154b894d6390e535f1.tar.bz2
Fix incorrect reference to prefix in manpage
Closes #24420.
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/brew.14
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 980cbb07b..5940ea7a5 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -79,7 +79,7 @@ Show a list of built\-in and external commands\.
Generate a formula for the downloadable file at \fIURL\fR and open it in the editor\. Homebrew will attempt to automatically derive the formula name and version, but if it fails, you\'ll have to make your own template\. The wget formula serves as a simple example\. For a complete cheat\-sheet, have a look at
.
.IP
-\fB$(brew \-\-prefix)/Library/Contributions/example\-formula\.rb\fR
+\fB$(brew \-\-repository)/Library/Contributions/example\-formula\.rb\fR
.
.IP
If \fB\-\-autotools\fR is passed, create a basic template for an Autotools\-style build\. If \fB\-\-cmake\fR is passed, create a basic template for a CMake\-style build\.
@@ -446,7 +446,7 @@ A number of (useful, but unsupported) external commands are included and enabled
.
.nf
-$ ls `brew \-\-repository`/Library/Contributions/cmd
+$ ls $(brew \-\-repository)/Library/Contributions/cmd
.
.fi
.