From 5cfee927cd09dc9e74e2bc1d7454284d90831456 Mon Sep 17 00:00:00 2001 From: Yazhong Liu Date: Sat, 7 Dec 2013 02:28:39 +0800 Subject: [PATCH] doc: mention execArgv in setupMaster --- doc/api/cluster.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index 7f9ab25..b4c475f 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)`) -- 2.7.4