diff options
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 |