Skip to content
Closed
Changes from 1 commit
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
Next Next commit
Add documentation line for host:port invocation
  • Loading branch information
Tim Baverstock committed Jun 24, 2019
commit 5d18c48674bc4de8dffc7b15738b1afa277b1101
3 changes: 2 additions & 1 deletion lib/internal/main/print_help.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ function print(stream) {
options.set('--', { helpText: 'indicate the end of node options' });
stream.write(
'Usage: node [options] [ -e script | script.js | - ] [arguments]\n' +
' node inspect script.js [arguments]\n\n' +
' node inspect script.js [arguments]\n' +
' node inspect 192.0.0.1:9229\n\n' +
Comment thread
sleekweasel marked this conversation as resolved.
Outdated
'Options:\n');
stream.write(indent(format({
options, aliases, firstColumn, secondColumn
Expand Down