From ae829ed229395159adf6f1f17fb26518ec27fca6 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 7 Feb 2017 23:25:02 -0800 Subject: add brew where command --- manpages/brew.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manpages') diff --git a/manpages/brew.1 b/manpages/brew.1 index dd3c19c3b..27a3a6949 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -823,6 +823,10 @@ If \fB\-\-to\-tag\fR is passed, set HOMEBREW_UPDATE_TO_TAG to test updating betw .IP If \fB\-\-keep\-tmp\fR is passed, retain the temporary directory containing the new repository clone\. . +.TP +\fBwhere\fR \fIformulae\fR +echo location of the specified \fIformulae\fR to stdout +. .SH "OFFICIAL EXTERNAL COMMANDS" . .TP -- cgit v1.2.3 From ac091437e5b2ae8ca21058cf47184f1788c8d697 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 8 Feb 2017 00:12:50 -0800 Subject: renamed where to formula --- manpages/brew.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manpages') diff --git a/manpages/brew.1 b/manpages/brew.1 index 27a3a6949..7c151eebd 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -728,6 +728,10 @@ Open all of Homebrew for editing\. Open \fIformula\fR in the editor\. . .TP +\fBformula\fR \fIformulae\fR +echo location of the specified \fIformulae\fR to stdout +. +.TP \fBlinkage\fR [\fB\-\-test\fR] [\fB\-\-reverse\fR] \fIformula\-name\fR Checks the library links of an installed formula\. . @@ -823,10 +827,6 @@ If \fB\-\-to\-tag\fR is passed, set HOMEBREW_UPDATE_TO_TAG to test updating betw .IP If \fB\-\-keep\-tmp\fR is passed, retain the temporary directory containing the new repository clone\. . -.TP -\fBwhere\fR \fIformulae\fR -echo location of the specified \fIformulae\fR to stdout -. .SH "OFFICIAL EXTERNAL COMMANDS" . .TP -- cgit v1.2.3 From 0d715f90ea0e9b84231ce2221709f2134ee0ae31 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sat, 11 Feb 2017 16:37:41 -0800 Subject: applied changes suggested in PR --- manpages/brew.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manpages') diff --git a/manpages/brew.1 b/manpages/brew.1 index 7c151eebd..1d435bf62 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -728,8 +728,8 @@ Open all of Homebrew for editing\. Open \fIformula\fR in the editor\. . .TP -\fBformula\fR \fIformulae\fR -echo location of the specified \fIformulae\fR to stdout +\fBformula\fR \fIformula\fR +Display the path where \fIformula\fR is . .TP \fBlinkage\fR [\fB\-\-test\fR] [\fB\-\-reverse\fR] \fIformula\-name\fR -- cgit v1.2.3