doc: add line for inspect host:port invocation
PR-URL: https://github.com/nodejs/node/pull/28405 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
0ebf01dc53
commit
7008d783c8
@ -163,8 +163,8 @@ function print(stream) {
|
||||
'interactive mode if a tty)' });
|
||||
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' +
|
||||
'Usage: node [options] [ script.js ] [arguments]\n' +
|
||||
' node inspect [options] [ script.js | host:port ] [arguments]\n\n' +
|
||||
'Options:\n');
|
||||
stream.write(indent(format({
|
||||
options, aliases, firstColumn, secondColumn
|
||||
|
Loading…
x
Reference in New Issue
Block a user