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 8316c6f commit 0f78b9aCopy full SHA for 0f78b9a
lib/internal/print_help.js
@@ -140,7 +140,8 @@ function print(stream) {
140
const firstColumn = Math.floor(width * 0.4);
141
const secondColumn = Math.floor(width * 0.57);
142
143
- options.set('-', { helpText: 'script read from stdin (default; ' +
+ options.set('-', { helpText: 'script read from stdin ' +
144
+ '(default if no file name is provided, ' +
145
'interactive mode if a tty)' });
146
options.set('--', { helpText: 'indicate the end of node options' });
147
stream.write(
0 commit comments