From: Yazhong Liu Date: Fri, 6 Dec 2013 18:28:39 +0000 (+0800) Subject: doc: mention execArgv in setupMaster X-Git-Tag: v0.10.23~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cfee927cd09dc9e74e2bc1d7454284d90831456;p=platform%2Fupstream%2Fnodejs.git doc: mention execArgv in setupMaster --- 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)`)