diff options
-rw-r--r-- | doc/node.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1 index 758cd2ffd..128cbb01d 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -53,6 +53,9 @@ If set to 1 then modules will load in their own global contexts. .IP NODE_DISABLE_COLORS If set to 1 then colors will not be used in the REPL. +.IP NODE_USE_UV +If set to 1 then Node will use the new libuv-based backend. + .SH V8 OPTIONS --crankshaft (use crankshaft) |