summaryrefslogtreecommitdiff
path: root/doc/node.1
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-09-04 12:48:20 +0200
committerRod Vagg <rod@vagg.org>2015-09-06 21:38:08 +1000
commit6532e937e1059bff03b79b07e13baecfc0cbb3fd (patch)
treee7f61b96bea4815ad5f0e418d74a75fbad04a1e9 /doc/node.1
parent98608774a772474654912815e5371d0e32782aca (diff)
downloadandroid-node-v8-6532e937e1059bff03b79b07e13baecfc0cbb3fd.tar.gz
android-node-v8-6532e937e1059bff03b79b07e13baecfc0cbb3fd.tar.bz2
android-node-v8-6532e937e1059bff03b79b07e13baecfc0cbb3fd.zip
doc: update environment vars in manpage and --help
- Added NODE_REPL_HISTORY to the environment variables in the --help and made all descriptions start with lower case for consistency. - Added NODE_REPL_HISTORY and NODE_ICU_DATA to the man page. PR-URL: https://github.com/nodejs/node/pull/2690 Reviewed-By: fishrock123 - Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: evanlucas - Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.18
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/node.1 b/doc/node.1
index f135a83dfa..af494dade9 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -72,9 +72,15 @@ and servers.
.IP NODE_PATH
\':\'\-separated list of directories prefixed to the module search path.
-
.IP NODE_DISABLE_COLORS
If set to 1 then colors will not be used in the REPL.
+.IP NODE_ICU_DATA
+Data path for ICU (Intl object) data. Will extend linked-in data when compiled
+with small-icu support.
+.IP NODE_REPL_HISTORY
+Path to the file used to store the persistent REPL history. The default path
+is ~/.node_repl_history, which is overridden by this variable. Setting the
+value to an empty string ("") disables persistent REPL history.
.SH V8 OPTIONS