diff options
| author | Adam Vandenberg | 2010-07-29 09:25:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-07 18:08:54 -0700 |
| commit | fb70374daca84afae2b29471b365f2c7a5689399 (patch) | |
| tree | b9b05618357744232d9245eb30c6f12da03ab5c1 /Library | |
| parent | d19c06c5d089e38ce6e2535ef63c6721ca14f8a0 (diff) | |
| download | brew-fb70374daca84afae2b29471b365f2c7a5689399.tar.bz2 | |
Move ext command docs down to ext commands section
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 7312afb2d..aefc5f7b6 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -150,13 +150,6 @@ didn't include with OS X. Using Git, fetches the newest version of Homebrew from the GitHub repository. - * `fetch` <formula>: - Downloads the tarball or checks out from VCS for the given <formula>. For - tarballs, also prints MD5 and SHA1 checksums. - - * `audit`: - Checks all formulae for Homebrew coding style violations. - ## EXTERNAL COMMANDS Homebrew allows external commands to be defined by putting a +x file named @@ -165,6 +158,13 @@ to recognize `brew cmdname`. Some external commands are shipped with Homebrew, and enabled by default. + * `fetch` <formula>: + Downloads the tarball or checks out from VCS for the given <formula>. For + tarballs, also prints MD5 and SHA1 checksums. + + * `audit`: + Checks all formulae for Homebrew coding style violations. + ## ENVIRONMENT * HOMEBREW\_DEBUG: |
