Skip to content

Commit

Permalink
Merge pull request Homebrew#5651 from retokromer/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
MikeMcQuaid committed Feb 1, 2019
2 parents 277e8d4 + 7c1d3be commit 1920eec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/cat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def cat_args
usage_banner <<~EOS
`cat` <formula>
Display the source to <formula>.
Display the source of <formula>.
EOS
end
end
Expand Down
2 changes: 1 addition & 1 deletion docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If `regenerate-uuid` is passed, regenerate UUID used in Homebrew's analytics.

### `cat` *`formula`*

Display the source to *`formula`*.
Display the source of *`formula`*.

### `cleanup` [*`options`*] [*`formula`*|*`cask`*]

Expand Down
2 changes: 1 addition & 1 deletion manpages/brew-cask.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BREW\-CASK" "1" "January 2019" "Homebrew" "brew-cask"
.TH "BREW\-CASK" "1" "February 2019" "Homebrew" "brew-cask"
.
.SH "NAME"
\fBbrew\-cask\fR \- a friendly binary installer for macOS
Expand Down
4 changes: 2 additions & 2 deletions manpages/brew.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BREW" "1" "January 2019" "Homebrew" "brew"
.TH "BREW" "1" "February 2019" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for macOS
Expand Down Expand Up @@ -45,7 +45,7 @@ If \fBstate\fR is passed, display anonymous user behaviour analytics state\. Rea
If \fBregenerate\-uuid\fR is passed, regenerate UUID used in Homebrew\'s analytics\.
.
.SS "\fBcat\fR \fIformula\fR"
Display the source to \fIformula\fR\.
Display the source of \fIformula\fR\.
.
.SS "\fBcleanup\fR [\fIoptions\fR] [\fIformula\fR|\fIcask\fR]"
Remove stale lock files and outdated downloads for formulae and casks, and remove old versions of installed formulae\. If arguments are specified, only do this for the specified formulae and casks\.
Expand Down

0 comments on commit 1920eec

Please sign in to comment.