diff options
| author | Adam Vandenberg | 2010-10-13 07:15:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-13 07:17:23 -0700 |
| commit | d8e3640e1e5d788d7ad69b2a55fbd1026704a641 (patch) | |
| tree | c3ca96fa80dbbdfff6030d94d68f8a0a83282793 /Library/Contributions | |
| parent | 739f96843aae1e11ab7ffeddfa401752cbda12a8 (diff) | |
| download | brew-d8e3640e1e5d788d7ad69b2a55fbd1026704a641.tar.bz2 | |
Document fetch --force
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index cbae9bc8f..815492652 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -167,7 +167,7 @@ didn't include with OS X. Shows the git log for the given formulae. Options that `git log` recognizes can be passed before the formula list. - * `fetch [-v] [--HEAD]` <formula>: + * `fetch [--force] [-v] [--HEAD]` <formula>: Downloads the tarball or checks out from VCS for the given <formula>. For tarballs, also prints MD5 and SHA1 checksums. @@ -175,6 +175,8 @@ didn't include with OS X. may also be passed to make the VCS checkout verbose, useful for seeing if an existing HEAD cache has been updated. + If `--force` is passed, remove a previously cached version and re-fetch. + ## EXTERNAL COMMANDS Homebrew allows external commands to be defined by putting a +x file named |
