Skip to content

Commit

Permalink
docs: Add usage example for --port (nodejs#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored and Trott committed Apr 25, 2021
1 parent 2a70f4f commit b071eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/inspector/_inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ function startInspect(argv = process.argv.slice(2),

console.error(`Usage: ${invokedAs} script.js`);
console.error(` ${invokedAs} <host>:<port>`);
console.error(` ${invokedAs} --port=<port>`);
console.error(` ${invokedAs} -p <pid>`);
process.exit(1);
}
Expand Down

0 comments on commit b071eaa

Please sign in to comment.