-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
--prof flag not documented in --help output #16459
Copy link
Copy link
Closed
Labels
cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.questionIssues that look for answers.Issues that look for answers.
Metadata
Metadata
Assignees
Labels
cliIssues and PRs related to the Node.js command line interface.Issues and PRs related to the Node.js command line interface.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.questionIssues that look for answers.Issues that look for answers.
Steps to reproduce:
Run
node --helpExpected result:
Output includes short documentation for
--profflag, as described at https://nodejs.org/en/docs/guides/simple-profiling/.Actual result:
Output does not include that documentation (but does include documentation for
--prof-process).