Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
doc: remove duplicate options
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#16339
Fixes: nodejs/node#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>
  • Loading branch information
aayush.a authored and addaleax committed Oct 26, 2017
1 parent a8da5e6 commit 97b67c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down

0 comments on commit 97b67c3

Please sign in to comment.