cli: add --prof flag description to node --help command#20845
cli: add --prof flag description to node --help command#20845ohbarye wants to merge 2 commits intonodejs:masterfrom
Conversation
doc/api/cli.md
Outdated
There was a problem hiding this comment.
I don't know the version it was introduced in, but it is much older than that. The flag already exists in 0.10.
There was a problem hiding this comment.
I just checked and the log file is generated from v.2.0.0 on.
doc/api/cli.md
Outdated
doc/node.1
Outdated
src/node.cc
Outdated
There was a problem hiding this comment.
Ditto. And maybe you can fix the same typo on the next line?
127aad4 to
e3cc05e
Compare
|
@vsemozhetbyt Thanks for the review, I fixed typo and rebased commits. |
This comment has been minimized.
This comment has been minimized.
|
Rerun failed tasks: |
mmarchini
left a comment
There was a problem hiding this comment.
Nit: probably should update the commit message to Fixes: https://github.com/nodejs/node/issues/16459, otherwise I think the issue won't be closed.
e3cc05e to
1e17a91
Compare
|
@mmarchini |
|
Landed in 9461f32 with corrected metadata and revised commit message |
|
Thank you node committers! |
As suggested at #16459 (comment), I added description about
--flagoption intonode --helpcommand.Closes: #16459
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes[ ] tests and/or benchmarks are includedI think it's necessary for this change