From 2183372f655d44c77fb177e254ea0e054c729330 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 8 Sep 2011 21:06:50 -0500 Subject: Man page: clarify `list` command Document the '--versions' option for `brew list`. The two forms of the `list` command as previously documented clearly do different things, but after documenting '--versions', their functions do overlap a bit, so we combine them and clarify the different invocations. Signed-off-by: Jack Nagel --- Library/Contributions/manpages/brew.1.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index ab3cb9a27..ef991dffa 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -164,11 +164,13 @@ For the full command list, see the COMMANDS section. is done automatically when you install formula, but can be useful for DIY installations. - * `list`: - List all installed formulae. + * `list [--versions]` []: + Without any arguments, list all installed formulae. + + If are given, list the installed files for . - * `list` : - List the installed files for . + If `--versions` is passed, show the version number for installed formulae, + or only the specified formulae if are given. * `log [git-log-options]` ...: Show the git log for the given formulae. Options that `git-log`(1) -- cgit v1.2.3