summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-21 11:42:33 -0700
committerisaacs <i@izs.me>2012-06-21 12:05:33 -0700
commit5b39929d47f962fccafb4116f3c177ddc4fd3269 (patch)
tree7380f2e1b3a03b7a5b5483236465b1c05c486d86 /doc/node.1
parent260695afd07067254a704c050243d2e619bae8b7 (diff)
downloadnode-new-5b39929d47f962fccafb4116f3c177ddc4fd3269.tar.gz
Add --no-deprecation and --trace-deprecation flags
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.120
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 2621b94d57..9603a91ef0 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -41,6 +41,26 @@ focused on creating simple, easy to build network clients
and servers.
+.SH OPTIONS
+
+ -v, --version print node's version
+
+ -e, --eval script evaluate script
+
+ -p, --print print result of --eval
+
+ -i, --interactive always enter the REPL even if stdin
+ does not appear to be a terminal
+
+ --no-deprecation silence deprecation warnings
+
+ --trace-deprecation show stack traces on deprecations
+
+ --v8-options print v8 command line options
+
+ --max-stack-size=val set max v8 stack size (bytes)
+
+
.SH ENVIRONMENT VARIABLES
.IP NODE_PATH