summaryrefslogtreecommitdiff
path: root/doc/api/cluster.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/cluster.md')
-rw-r--r--doc/api/cluster.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 236d461736..3ceec142b6 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -706,8 +706,8 @@ changes:
* {Object}
* `execArgv` {Array} List of string arguments passed to the Node.js
- executable. (Default=`process.execArgv`)
- * `exec` {string} File path to worker file. (Default=`process.argv[1]`)
+ 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)`
* `silent` {boolean} Whether or not to send output to parent's stdio.