Skip to content

Commit

Permalink
doc: make execFileSync in line with execFile
Browse files Browse the repository at this point in the history
PR-URL: #2940
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
lfortin authored and Fishrock123 committed Sep 25, 2015
1 parent 8335ec7 commit 4fc33ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ until the process has completely exited. That is to say, if the process handles
the `SIGTERM` signal and doesn't exit, your process will wait until the child
process has exited.

### child_process.execFileSync(command[, args][, options])
### child_process.execFileSync(file[, args][, options])

* `command` {String} The command to run
* `file` {String} The filename of the program to run
* `args` {Array} List of string arguments
* `options` {Object}
* `cwd` {String} Current working directory of the child process
Expand Down

0 comments on commit 4fc33ac

Please sign in to comment.