diff --git a/doc/api/child_process.md b/doc/api/child_process.md index 7c01e34cecb7b2..729e1b85b083dc 100644 --- a/doc/api/child_process.md +++ b/doc/api/child_process.md @@ -246,6 +246,8 @@ added: v0.5.0 * `options` {Object} * `cwd` {String} Current working directory of the child process * `env` {Object} Environment key-value pairs + * `windowsVerbatimArguments` {Boolean} Disable unix-like argument formatting and + instead use only spaces to separate provided arguments * `execPath` {String} Executable used to create the child process * `execArgv` {Array} List of string arguments passed to the executable (Default: `process.execArgv`)