diff options
| author | Adam Vandenberg | 2014-05-16 11:14:58 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-16 11:14:58 -0700 |
| commit | 0a601fed57675f2b4a6144737fc4d82b300ac5b9 (patch) | |
| tree | b660c37b5c0bdb728676f85c5de72d71e2e64a9e /Library | |
| parent | b46160b8ecbaa726a6820a24e10168c05e30d151 (diff) | |
| download | homebrew-0a601fed57675f2b4a6144737fc4d82b300ac5b9.tar.bz2 | |
more explicit documentation for brew info --json=v1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 21b839917..9177fffc2 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -167,6 +167,10 @@ Note that these flags should only appear after a command. Pass `--all` to get information on all formulae, or `--installed` to get information on all installed formulae. + If a single formula is specified, a single JSON object is displayed. + If multiple formulae are specified, or `--installed` or `--all` are used, + a JSON array is displayed, even if the array would only contain one object. + * `install [--debug] [--env=<std|super>] [--ignore-dependencies] [--only-dependencies] [--cc=<compiler>] [--build-from-source] [--devel|--HEAD]` <formula>: Install <formula>. |
