summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYazhong Liu <yorkiefixer@gmail.com>2013-12-07 02:28:39 +0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-06 10:45:40 -0800
commit5cfee927cd09dc9e74e2bc1d7454284d90831456 (patch)
tree5e4fbe6bd0906a0f24ee88e35cb3f1bbbdedc531
parent796834bf18d3af28216267ab54b8861e2ce981d3 (diff)
downloadnode-5cfee927cd09dc9e74e2bc1d7454284d90831456.tar.gz
doc: mention execArgv in setupMaster
-rw-r--r--doc/api/cluster.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown
index 7f9ab25e3..b4c475f57 100644
--- a/doc/api/cluster.markdown
+++ b/doc/api/cluster.markdown
@@ -94,6 +94,8 @@ the worker pool for your application's needs.
## cluster.settings
* {Object}
+ * `execArgv` {Array} list of string arguments passed to the node executable.
+ (Default=`process.execArgv`)
* `exec` {String} file path to worker file. (Default=`process.argv[1]`)
* `args` {Array} string arguments passed to worker.
(Default=`process.argv.slice(2)`)