diff options
| author | Dominyk Tiller | 2015-06-14 18:36:16 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2015-06-14 18:36:16 +0100 |
| commit | 8350e9c5ad5293b389d956be7ec9a56c72a418fb (patch) | |
| tree | 9f851bc3abe69d105a96dc12a19c6d0c89d27627 | |
| parent | 8f852380941f42b41b89415a500aeb30ecd98e83 (diff) | |
| download | brew-8350e9c5ad5293b389d956be7ec9a56c72a418fb.tar.bz2 | |
man: fix typo
Re: https://github.com/Homebrew/homebrew/commit/ad92f10ec35dcdbdd3424f663ffc7ff53287f714#commitcomment-11670008
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 2 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 6414511e9..9065ba435 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -359,7 +359,7 @@ Note that these flags should only appear after a command. any transport protocol that `git` handles. The one-argument form of `tap` simplifies but also limits. This two-argument command makes no assumptions, so taps can be cloned from places other than GitHub and - using protocols other than HTTPS, e.g. SSH, GIT, HTTP(S), FTP(S), RSYNC. + using protocols other than HTTPS, e.g., SSH, GIT, HTTP, FTP(S), RSYNC. By default, the repository is cloned as a shallow copy (`--depth=1`), but if `--full` is passed, a full clone will be used. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 406de7baa..f401d7b90 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -341,7 +341,7 @@ If \fB\-\-force\fR is passed, and there are multiple versions of \fIformula\fR i \fBtap <user/repo>\fR taps a formula repository from GitHub using HTTPS\. Since so many taps are hosted on GitHub, this command is a shortcut for \fBtap user/repo https://github\.com/#{user}/homebrew\-#{repo}\fR\. . .IP "\(bu" 4 -\fBtap <user/repo> <URL>\fR taps a formula repository from anywhere, using any transport protocol that \fBgit\fR handles\. The one\-argument form of \fBtap\fR simplifies but also limits\. This two\-argument command makes no assumptions, so taps can be cloned from places other than GitHub and using protocols other than HTTPS, e\.g\. SSH, GIT, HTTP(S), FTP(S), RSYNC\. +\fBtap <user/repo> <URL>\fR taps a formula repository from anywhere, using any transport protocol that \fBgit\fR handles\. The one\-argument form of \fBtap\fR simplifies but also limits\. This two\-argument command makes no assumptions, so taps can be cloned from places other than GitHub and using protocols other than HTTPS, e\.g\., SSH, GIT, HTTP, FTP(S), RSYNC\. . .IP "" 0 . |
