summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-11-01 20:41:10 -0700
committerRich Trott <rtrott@gmail.com>2018-11-03 23:54:03 -0700
commitf581aced91dda4f19d31c8f39ecb9272eec92c4f (patch)
tree31a4fed6651d4521a1cb7ec2dfd2fd8f440bda94 /doc/node.1
parent9c7d19104d1f03f70658a6834a7d0baac7d38724 (diff)
downloadandroid-node-v8-f581aced91dda4f19d31c8f39ecb9272eec92c4f.tar.gz
android-node-v8-f581aced91dda4f19d31c8f39ecb9272eec92c4f.tar.bz2
android-node-v8-f581aced91dda4f19d31c8f39ecb9272eec92c4f.zip
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/node.1 b/doc/node.1
index 397b40ed71..b8144f4ebb 100644
--- a/doc/node.1
+++ b/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