Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manpage and completions. #16719

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2025,14 +2025,14 @@ Remove aliases.

### `which-formula` [`--explain`] *`command`* [...]

Prints the formula(e) which provides the given command.
Show which formula(e) provides the given command.

* `--explain`:
Output explanation of how to get 'cmd' by installing one of the providing formulae.
Output explanation of how to get *`command`* by installing one of the providing formulae.

### `which-update` [*`options`*] [*`database`*]

Database update for `brew which-formula`
Database update for `brew which-formula`.

* `--stats`:
Print statistics about the database contents (number of commands and formulae, list of missing formulae).
Expand Down
6 changes: 3 additions & 3 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -2909,14 +2909,14 @@ Use these skipped or failed formulae from formulae steps for a formulae dependen
Remove aliases\.
.
.SS "\fBwhich\-formula\fR [\fB\-\-explain\fR] \fIcommand\fR [\.\.\.]"
Prints the formula(e) which provides the given command\.
Show which formula(e) provides the given command\.
.
.TP
\fB\-\-explain\fR
Output explanation of how to get \'cmd\' by installing one of the providing formulae\.
Output explanation of how to get \fIcommand\fR by installing one of the providing formulae\.
.
.SS "\fBwhich\-update\fR [\fIoptions\fR] [\fIdatabase\fR]"
Database update for \fBbrew which\-formula\fR
Database update for \fBbrew which\-formula\fR\.
.
.TP
\fB\-\-stats\fR
Expand Down
Loading