diff options
-rw-r--r-- | doc/api/child_process.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 7f5958f54..e15ac02ec 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -531,7 +531,7 @@ amount of data allowed on stdout or stderr - if this value is exceeded then the child process is killed. -## child_process.execFile(file, args, options, callback) +## child_process.execFile(file, [args], [options], [callback]) * `file` {String} The filename of the program to run * `args` {Array} List of string arguments |