Skip to content

Commit

Permalink
[doc fix] --pidfile is now called --pidFile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Dec 20, 2011
1 parent 1d1656c commit ee9f98b
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 @@ -57,7 +57,7 @@ You can use forever to run any kind of script continuously (whether it is writte
-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

2 comments on commit ee9f98b

@Koc
Copy link

@Koc Koc commented on ee9f98b Dec 20, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why camelCase? usually nix programs use lower case

@mmalecki
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Unix convention is --pid-file. We're going to implement it soon :).

Please sign in to comment.