From 0341f85b06bc49fe44cd3dae4d2fb18e87efa797 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 26 Jun 2015 20:25:15 +0100 Subject: [PATCH] man: fix typo --- Library/Homebrew/manpages/brew.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 8ba9c66e9d..909b7448cc 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -226,10 +226,10 @@ Note that these flags should only appear after a command. If `--git` is passed, Homebrew will create a Git repository, useful for creating patches to the software. - * `irb [--example]`: + * `irb [--examples]`: Enter the interactive Homebrew Ruby shell. - If `--example` is passed, several examples will be shown. + If `--examples` is passed, several examples will be shown. * `leaves`: Show installed formulae that are not dependencies of another installed formula.