Merge pull request #4703 from MikeMcQuaid/bundle-check-man

manpage: add `brew bundle check --verbose`
This commit is contained in:
Mike McQuaid 2018-08-16 11:06:17 +01:00 committed by GitHub
commit 63a66efe59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -967,9 +967,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
`brew bundle check` [`--no-upgrade`] [`--file`=`path`|`--global`]
`brew bundle check` [`--no-upgrade`] [`--file`=`path`|`--global`] [`--verbose`]
Check if all dependencies are installed in a Brewfile.
Check if all dependencies are installed in a Brewfile. Missing dependencies are listed in verbose mode. `check` will exit on the first category missing a dependency unless in verbose mode.

View File

@ -914,10 +914,10 @@ Write all installed casks/formulae/taps into a Brewfile\.
Uninstall all dependencies not listed in a Brewfile\.
.
.IP
\fBbrew bundle check\fR [\fB\-\-no\-upgrade\fR] [\fB\-\-file\fR=\fIpath\fR|\fB\-\-global\fR]
\fBbrew bundle check\fR [\fB\-\-no\-upgrade\fR] [\fB\-\-file\fR=\fIpath\fR|\fB\-\-global\fR] [\fB\-\-verbose\fR]
.
.IP
Check if all dependencies are installed in a Brewfile\.
Check if all dependencies are installed in a Brewfile\. Missing dependencies are listed in verbose mode\. \fBcheck\fR will exit on the first category missing a dependency unless in verbose mode\.
.
.IP
\fBbrew bundle exec\fR \fIcommand\fR