diff options
| author | Jack Nagel | 2012-02-03 20:19:50 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-03 20:19:50 -0600 |
| commit | 86b4d9ac7cd9fa94a4ace12160c7251263681e4f (patch) | |
| tree | acacbb91610f92ad695862f96e83c7d640edcd86 | |
| parent | 3001391a5d6127ddc94e8c91cfec1f3593374119 (diff) | |
| download | brew-86b4d9ac7cd9fa94a4ace12160c7251263681e4f.tar.bz2 | |
Man page grammar
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Contributions/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/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 617088415..04ff90741 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -51,7 +51,7 @@ For the full command list, see the COMMANDS section. * `cat` <formula>: Display the source to <formula>. - * `cleanup [--force] [-n]` [<formula>]: + * `cleanup [--force] [-n]` [<formulae>]: For all installed or specific formulae, remove any older versions from the cellar. By default, does not remove out-of-date keg-only brews, as other software may link directly to specific versions. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 07495c736..4b7eefd68 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -61,7 +61,7 @@ If no \fIformulae\fR are provided, all of them are checked\. Display the source to \fIformula\fR\. . .TP -\fBcleanup [\-\-force] [\-n]\fR [\fIformula\fR] +\fBcleanup [\-\-force] [\-n]\fR [\fIformulae\fR] For all installed or specific formulae, remove any older versions from the cellar\. By default, does not remove out\-of\-date keg\-only brews, as other software may link directly to specific versions\. . .IP |
