Skip to content

Commit

Permalink
[fix] Update documentation for forever.list. Fixes #598.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Sep 6, 2014
1 parent c21f55d commit 35f477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Stops the forever daemon script at the specified index. These indices are the sa
Stops all forever scripts currently running. This method returns an EventEmitter that raises the 'stopAll' event when complete.

### forever.list (format, callback)
Returns a list of metadata objects about each process that is being run using forever. This method is synchronous and will return the list of metadata as such. Only processes which have invoked `forever.startServer()` will be available from `forever.list()`
Returns a list of metadata objects about each process that is being run using forever. This method will return the list of metadata as such. Only processes which have invoked `forever.startServer()` will be available from `forever.list()`

### forever.tail (target, options, callback)
Responds with the logs from the target script(s) from `tail`. There are two important options:
Expand Down

0 comments on commit 35f477f

Please sign in to comment.