diff options
author | isaacs <i@izs.me> | 2012-06-21 11:42:33 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-21 12:05:33 -0700 |
commit | 5b39929d47f962fccafb4116f3c177ddc4fd3269 (patch) | |
tree | 7380f2e1b3a03b7a5b5483236465b1c05c486d86 /doc/node.1 | |
parent | 260695afd07067254a704c050243d2e619bae8b7 (diff) | |
download | node-new-5b39929d47f962fccafb4116f3c177ddc4fd3269.tar.gz |
Add --no-deprecation and --trace-deprecation flags
Diffstat (limited to 'doc/node.1')
-rw-r--r-- | doc/node.1 | 20 |
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 |