diff --git a/docs/Manpage.md b/docs/Manpage.md index 743230e68a..ef9a188664 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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. diff --git a/manpages/brew.1 b/manpages/brew.1 index 36ce04d666..9ebdc66b90 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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