doc: remove duplicate options

PR-URL: https://github.com/nodejs/node/pull/16339
Fixes: https://github.com/nodejs/node/issues/16332
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
This commit is contained in:
aayush.a 2017-10-20 20:03:50 +05:30 committed by Vse Mozhet Byt
parent 49e2651013
commit 686e092202

View File

@ -135,7 +135,6 @@ changes:
* `command` {string} The command to run, with space-separated arguments.
* `options` {Object}
* `timeout` {number} (Default: `0`)
* `cwd` {string} Current working directory of the child process.
* `env` {Object} Environment key-value pairs.
* `encoding` {string} **Default:** `'utf8'`