Skip to content

Commit

Permalink
[fix] cli pidFile text
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck authored and AvianFlu committed Apr 19, 2012
1 parent 1ad16b0 commit af5b8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit af5b8c2

Please sign in to comment.