From 549be1caa84b4746a3697943bf4b19acb6430cc2 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 15 Jan 2014 17:12:20 -0800 Subject: [PATCH] doc: child_process.execFile arguments are optional --- doc/api/child_process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 7f5958f5477..e15ac02eca8 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