We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9975311 commit 74af944Copy full SHA for 74af944
lib/internal/main/print_help.js
@@ -163,8 +163,8 @@ function print(stream) {
163
'interactive mode if a tty)' });
164
options.set('--', { helpText: 'indicate the end of node options' });
165
stream.write(
166
- 'Usage: node [options] [ -e script | script.js | - ] [arguments]\n' +
167
- ' node inspect script.js [arguments]\n\n' +
+ 'Usage: node [options] [ script.js ] [arguments]\n' +
+ ' node inspect [options] [ script.js | host:port ] [arguments]\n\n' +
168
'Options:\n');
169
stream.write(indent(format({
170
options, aliases, firstColumn, secondColumn
0 commit comments