Merge pull request #10708 from Homebrew/update-manpage

Update manpage and completions.
This commit is contained in:
Nanda H Krishna 2021-02-25 22:18:17 +05:30 committed by GitHub
commit 485f73a32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -1221,6 +1221,8 @@ Apply the bottle commit and publish bottles to Bintray or GitHub Releases.
Run Homebrew with a Ruby profiler. For example, `brew prof readall`. Run Homebrew with a Ruby profiler. For example, `brew prof readall`.
*Note:* Not (yet) working on Apple Silicon.
* `--stackprof`: * `--stackprof`:
Use `stackprof` instead of `ruby-prof` (the default). Use `stackprof` instead of `ruby-prof` (the default).

View File

@ -1710,6 +1710,9 @@ Use the specified \fIURL\fR as the root of the bottle\'s URL instead of Homebrew
.SS "\fBprof\fR [\fI\-\-stackprof\fR] \fIcommand\fR [\.\.\.]" .SS "\fBprof\fR [\fI\-\-stackprof\fR] \fIcommand\fR [\.\.\.]"
Run Homebrew with a Ruby profiler\. For example, \fBbrew prof readall\fR\. Run Homebrew with a Ruby profiler\. For example, \fBbrew prof readall\fR\.
. .
.P
\fINote:\fR Not (yet) working on Apple Silicon\.
.
.TP .TP
\fB\-\-stackprof\fR \fB\-\-stackprof\fR
Use \fBstackprof\fR instead of \fBruby\-prof\fR (the default)\. Use \fBstackprof\fR instead of \fBruby\-prof\fR (the default)\.