summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 3dec077f52..a79cbcaef6 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -37,6 +37,7 @@ node \- Server-side JavaScript runtime
.RI [ script.js \ |
.B -e
.RI \&" script \&"]
+.B [--]
.RI [ arguments ]
.br
.B node debug
@@ -200,6 +201,13 @@ See \fBSSL_CERT_DIR\fR and \fBSSL_CERT_FILE\fR.
.BR \-\-icu\-data\-dir =\fIfile\fR
Specify ICU data load path. (overrides \fBNODE_ICU_DATA\fR)
+.TP
+.BR \-\-\fR
+Indicate the end of node options. Pass the rest of the arguments to the script.
+
+If no script filename or eval/print script is supplied prior to this, then
+the next argument will be used as a script filename.
+
.SH ENVIRONMENT VARIABLES
.TP