diff options
| author | Wael M. Nasreddine | 2015-06-22 12:17:51 -0700 |
|---|---|---|
| committer | Dominyk Tiller | 2015-06-26 20:21:34 +0100 |
| commit | f916daea2144c87a61c665414d76d6183e98803b (patch) | |
| tree | e320a1c2e4d0872414e69198e819deb9c2e669e5 /share/man/man1 | |
| parent | c07f4ad737995406be2c1b54a371addf82acb818 (diff) | |
| download | brew-f916daea2144c87a61c665414d76d6183e98803b.tar.bz2 | |
manpage: irb command take `--examples` options
Closes Homebrew/homebrew#40985.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
Diffstat (limited to 'share/man/man1')
| -rw-r--r-- | share/man/man1/brew.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 5a8511969..a0622b9a6 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -224,10 +224,10 @@ To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD If \fB\-\-git\fR is passed, Homebrew will create a Git repository, useful for creating patches to the software\. . .IP "\(bu" 4 -\fBirb [\-\-example]\fR: Enter the interactive Homebrew Ruby shell\. +\fBirb [\-\-examples]\fR: Enter the interactive Homebrew Ruby shell\. . .IP -If \fB\-\-example\fR is passed, several examples will be shown\. +If \fB\-\-examples\fR is passed, several examples will be shown\. . .IP "\(bu" 4 \fBleaves\fR: Show installed formulae that are not dependencies of another installed formula\. |
