Skip to content

Commit

Permalink
Added uid information to help usage as per README
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmarco authored and indexzero committed Aug 1, 2014
1 parent fefce03 commit 3a40761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/forever/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ var help = [
' -f, --fifo Stream logs to stdout',
' -n, --number Number of log lines to print',
' --pidFile The pid file',
' --uid Process uid, useful as a namespace for processes (must wrap in a string)',
' eg. forever start --uid "production" app.js',
' forever stop production',
' --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 3a40761

Please sign in to comment.