aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAdam Vandenberg2013-09-14 16:58:26 -0700
committerAdam Vandenberg2013-09-17 06:44:25 -0700
commitfa0872a42c388f81fac1d65e130462de6da3977b (patch)
tree710e193dec857f1befbf8162bc016de76c6a709f /share
parent7c0f474d26e961fd08bf097b6c676375570720f8 (diff)
downloadbrew-fa0872a42c388f81fac1d65e130462de6da3977b.tar.bz2
brew commands
Shows a list of built-in commands (but not shortcuts) and searches for any external commands on the path. Closes Homebrew/homebrew#22509.
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/brew.14
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 94d8473b6..1f81c74c7 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -71,6 +71,10 @@ If \fB\-n\fR is passed, show what would be removed, but do not actually remove a
If \fB\-s\fR is passed, scrubs the cache, removing downloads for even the latest versions of formula\. Note downloads for any installed formula will still not be deleted\. If you want to delete those too: \fBrm \-rf $(brew \-\-cache)\fR
.
.TP
+\fBcommands\fR
+Show a list of built\-in and external commands\.
+.
+.TP
\fBcreate <URL> [\-\-autotools|\-\-cmake] [\-\-no\-fetch] [\-\-set\-name <name>] [\-\-set\-version <version>]\fR
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
.