★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/e8078f2693Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files

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>
  • Loading branch information...
Trott authored and targos committed Nov 2, 2018
1 parent e4cd255 commit e8078f269351393bb6c1d21202c0d6bfcad8e8a4
Showing with 2 additions and 2 deletions.
  1. +2 −2 doc/node.1
@@ -66,7 +66,7 @@ Alias for stdin, analogous to the use of - in other command-line utilities.
The executed script is read from stdin, and remaining arguments are passed to the script.
.
.It Fl -
Indicate the end of node options.
Indicate the end of command-line options.
Pass the rest of the arguments to the script.
.Pp
If no script filename or eval/print script is supplied prior to this, then
@@ -246,7 +246,7 @@ Evaluate
as JavaScript.
.
.It Fl h , Fl -help
Print Node.js command line options.
Print command-line options.
The output of this option is less detailed than this document.
.
.It Fl i , Fl -interactive

0 comments on commit e8078f2

Please sign in to comment.
You can’t perform that action at this time.