Skip to content

Commit ee9f98b

Browse files
committed
[doc fix] --pidfile is now called --pidFile
1 parent 1d1656c commit ee9f98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can use forever to run any kind of script continuously (whether it is writte
5757
-p PATH Base path for all forever related files (pid files, etc.)
5858
-c COMMAND COMMAND to execute (defaults to node)
5959
-a, --append Append logs
60-
--pidfile The pid file
60+
--pidFile The pid file
6161
--sourceDir The source directory for which SCRIPT is relative to
6262
--minUptime Minimum uptime (millis) for a script to not be considered "spinning"
6363
--spinSleepTime Time to wait (millis) between launches of a spinning script.

0 commit comments

Comments
 (0)