diff options
author | koichik <koichik@improvement.jp> | 2011-10-30 11:40:31 +0900 |
---|---|---|
committer | koichik <koichik@improvement.jp> | 2011-10-30 11:40:31 +0900 |
commit | 52c2988f16080c805da64e26547bfa221472d5a4 (patch) | |
tree | 2a4ecae7f5b7a50d548800bbeb19e8721bb55f40 | |
parent | a7803c58e4969db90f6960160f364ce2fb5239c1 (diff) | |
download | node-new-52c2988f16080c805da64e26547bfa221472d5a4.tar.gz |
docs: fix option's name of cluster.startMaster()
-rw-r--r-- | doc/api/cluster.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index f4dc84650e..efcb02f751 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -33,7 +33,7 @@ Running node will now share port 8000 between the workers: The following options are supported: - - `filename`: script to execute in the worker process, defaults to + - `workerFilename`: script to execute in the worker process, defaults to `process.argv[1]` - `args`: worker program arguments, defaulting to `process.argv.slice(2)` - `workers`: the number of workers, defaulting to `os.cpus().length` |