Skip to content

Commit e8078f2

Browse files
Trotttargos
authored andcommitted
doc: edit man page for superfluous "node" usage
Rather than ponder "node" vs. "Node.js", remove the descriptor so it's just "command-line options" rather than "node command-line options" or "Node.js command-line options". PR-URL: #24029 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent e4cd255 commit e8078f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/node.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Alias for stdin, analogous to the use of - in other command-line utilities.
6666
The executed script is read from stdin, and remaining arguments are passed to the script.
6767
.
6868
.It Fl -
69-
Indicate the end of node options.
69+
Indicate the end of command-line options.
7070
Pass the rest of the arguments to the script.
7171
.Pp
7272
If no script filename or eval/print script is supplied prior to this, then
@@ -246,7 +246,7 @@ Evaluate
246246
as JavaScript.
247247
.
248248
.It Fl h , Fl -help
249-
Print Node.js command line options.
249+
Print command-line options.
250250
The output of this option is less detailed than this document.
251251
.
252252
.It Fl i , Fl -interactive

0 commit comments

Comments
 (0)