doc: mention execArgv in setupMaster
authorYazhong Liu <yorkiefixer@gmail.com>
Fri, 6 Dec 2013 18:28:39 +0000 (02:28 +0800)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Fri, 6 Dec 2013 18:45:40 +0000 (10:45 -0800)
doc/api/cluster.markdown

index 7f9ab25..b4c475f 100644 (file)
@@ -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)`)