diff options
| author | Jack Nagel | 2011-09-08 21:06:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2011-09-08 21:10:44 -0500 |
| commit | 22d85d14b7a97c5ae809d69f6d8de3b6dffeb138 (patch) | |
| tree | 6aeada5de2e164225aeb8e80f94f8b2455cb4c40 /Library | |
| parent | 6ec8db5b3c322fe6318e6f57e21231fda0e7c17e (diff) | |
| download | homebrew-22d85d14b7a97c5ae809d69f6d8de3b6dffeb138.tar.bz2 | |
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 10 |
1 files changed, 6 insertions, 4 deletions
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]` [<formulae>]: + Without any arguments, list all installed formulae. + + If <formulae> are given, list the installed files for <formulae>. - * `list` <formula>: - List the installed files for <formula>. + If `--versions` is passed, show the version number for installed formulae, + or only the specified formulae if <formulae> are given. * `log [git-log-options]` <formula> ...: Show the git log for the given formulae. Options that `git-log`(1) |
