Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/forever-service
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ platforms.get(function(err, platform){
.command('install [service]')
.option('-s, --script [script]','Script to run as service e.g. app.js, defaults to app.js\n')
.option('-e --envVars [vars]','Environment Variables for the script\n e.g. -e "PORT=80 ENV=prod FOO=bar\n')
.option('-o --scriptOptions [options]','Command line options for the script\n')
.option('-o --scriptOptions " [options]"','Command line options for the script\n')
.option('--minUptime [value]','Minimum uptime (millis) for a script to not be considered "spinning", default 5000\n')
.option('--spinSleepTime [value]','Time to wait (millis) between launches of a spinning script., default 2000\n')
.option('--noGracefulShutdown','Disable graceful shutdown\n')
Expand Down Expand Up @@ -213,4 +213,4 @@ function getCmdPath(cmd){
} else {
console.log(cmd + 'path not found');
}
}
}