Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: fix option's name of cluster.startMaster()
Browse files Browse the repository at this point in the history
  • Loading branch information
koichik committed Oct 30, 2011
1 parent a7803c5 commit 52c2988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Expand Up @@ -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`
Expand Down

0 comments on commit 52c2988

Please sign in to comment.