diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index 7f9ab25e3b4..b4c475f57fd 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)`)