diff --git a/lib/forever/cli.js b/lib/forever/cli.js index 71102cb3..fbe3b256 100644 --- a/lib/forever/cli.js +++ b/lib/forever/cli.js @@ -45,7 +45,7 @@ var help = [ ' -p PATH Base path for all forever related filesĀ (pid files, etc.)', ' -c COMMAND COMMAND to execute (defaults to node)', ' -a, --append Append logs', - ' --pidfile The pid file', + ' --pidFile The pid file', ' --sourceDir The source directory for which SCRIPT is relative to', ' --minUptime Minimum uptime (millis) for a script to not be considered "spinning"', ' --spinSleepTime Time to wait (millis) between launches of a spinning script.',