Skip to content

Commit

Permalink
expose command to bin/forever as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
friggeri committed Jan 31, 2011
1 parent 3c7e4a7 commit 4a0ca64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/forever
Expand Up @@ -30,6 +30,7 @@ var help = [
" -o OUTFILE Logs stdout from child script to OUTFILE",
" -e ERRFILE Logs stderr from child script to ERRFILE",
" -p PATH Base path for all forever related files (pid files, etc.)",
" -c COMMAND COMMAND to execute (defaults to node)",
" -s, --silent Run the child script silencing stdout and stderr",
" -h, --help You're staring at it",
"",
Expand All @@ -50,6 +51,7 @@ var mappings = {
'm': 'max',
'l': 'logFile',
'p': 'path',
'c': 'command',
's': 'silent',
'silent': 'silent',
'o': 'outFile',
Expand Down

0 comments on commit 4a0ca64

Please sign in to comment.