summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)`)