diff options
| author | Mike McQuaid | 2017-04-02 10:14:21 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-04-02 10:14:58 +0100 | 
| commit | 566d3cb58b557df8ea6962653c43ba3fe995110f (patch) | |
| tree | b421a2ae8aabec44fb3b7c468ae56405605b27ea /Library/Homebrew/cmd/fetch.rb | |
| parent | bfcfdb4f011abb9289f813f588adbcd9e13a372a (diff) | |
| download | brew-566d3cb58b557df8ea6962653c43ba3fe995110f.tar.bz2 | |
Document all short flags.
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 820a27e31..006c63746 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -8,14 +8,14 @@  #:    If `-v` is passed, do a verbose VCS checkout, if the URL represents a VCS.  #:    This is useful for seeing if an existing VCS cache has been updated.  #: -#:    If `--force` is passed, remove a previously cached version and re-fetch. +#:    If `--force` (or `-f`) is passed, remove a previously cached version and re-fetch.  #:  #:    If `--retry` is passed, retry if a download fails or re-download if the  #:    checksum of a previously cached version no longer matches.  #:  #:    If `--deps` is passed, also download dependencies for any listed <formulae>.  #: -#:    If `--build-from-source` is passed, download the source rather than a +#:    If `--build-from-source` (or `-s`) is passed, download the source rather than a  #:    bottle.  #:  #:    If `--force-bottle` is passed, download a bottle if it exists for the | 
