aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-17 17:52:21 -0700
committerAdam Vandenberg2010-10-17 17:52:21 -0700
commit599c7fe7d073028d853337f02a957c9e9140d120 (patch)
treeaf3b81adc024ff4d92be7998c8964b6078529768
parent266b3265aa9047b505f038c0913a29db083d8449 (diff)
downloadbrew-599c7fe7d073028d853337f02a957c9e9140d120.tar.bz2
Add link shortcut ln to doc
-rw-r--r--Library/Contributions/manpages/brew.1.md2
-rw-r--r--share/man/man1/brew.12
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 8a327b737..d595cc4f8 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -124,7 +124,7 @@ didn't include with OS X.
* `edit`:
Opens all of Homebrew for editing in TextMate.
- * `link` <formula>:
+ * `ln`, `link` <formula>:
Symlinks all of <formula>'s installed files into the Homebrew prefix. This
is done automatically when you install formula. It is useful for DIY
installation, or in cases where you want to swap out different versions of
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index f03a623eb..ff3e5eee5 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -131,7 +131,7 @@ Opens the formula in $EDITOR\.
Opens all of Homebrew for editing in TextMate\.
.
.TP
-\fBlink\fR \fIformula\fR
+\fBln\fR, \fBlink\fR \fIformula\fR
Symlinks all of \fIformula\fR\'s installed files into the Homebrew prefix\. This is done automatically when you install formula\. It is useful for DIY installation, or in cases where you want to swap out different versions of the same package that you have installed at the same time\.
.
.TP