Skip to content

Commit

Permalink
[doc] Add --plain option to README
Browse files Browse the repository at this point in the history
Re #112.
  • Loading branch information
mmalecki authored and indexzero committed Oct 3, 2011
1 parent 4b08542 commit 2b8cf71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ You can use forever to run any kind of script continuously (whether it is writte
--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.
--plain Disable command line colors
-d, --debug Forces forever to log debug output
-v, --verbose Turns on the verbose messages from Forever
-s, --silent Run the child script silencing stdout and stderr
Expand Down Expand Up @@ -230,4 +231,4 @@ Removes all log files from the root forever directory that do not belong to curr
#### Contributors: [Fedor Indutny](http://github.com/donnerjack13589), [James Halliday](http://substack.net/)

[0]: http://nodejitsu.com
[1]: https://github.com/indexzero/forever/blob/master/lib/forever/cli.js
[1]: https://github.com/indexzero/forever/blob/master/lib/forever/cli.js

0 comments on commit 2b8cf71

Please sign in to comment.