From 901d738ce1aee98242f5a07a24bb24b8dd1f34f4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 30 Jan 2019 21:35:50 +0000 Subject: [PATCH] docs/querying-brew: point to `brew info --help`. --- docs/Querying-Brew.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/Querying-Brew.md b/docs/Querying-Brew.md index 0f407c3bbe..625eaffdee 100644 --- a/docs/Querying-Brew.md +++ b/docs/Querying-Brew.md @@ -12,16 +12,7 @@ To enable users to do rich queries without the problems above, Homebrew provides ## `brew info --json` -`brew info` outputs JSON-formatted information about formulae. This JSON can then be parsed using your tools of choice. - -From the manpage: - - * `info --json= (--all|--installed|)`: - Print a JSON representation of ``. Currently the only accepted value - for `` is `v1`. - - Pass `--all` to get information on all formulae, or `--installed` to get - information on all installed formulae. +`brew info` outputs JSON-formatted information about formulae. This JSON can then be parsed using your tools of choice. See more details in `brew info --help`. The current schema version is `v1`. Note that fields may be added to the schema as needed without incrementing the schema. Any significant breaking changes will cause a change to the schema version.