Skip to content

Commit

Permalink
Merge pull request #3548 from rmonnier/start-ecosystem-default
Browse files Browse the repository at this point in the history
Start local ecosystem file by default
  • Loading branch information
wallet77 committed Mar 19, 2018
2 parents e4e2923 + c424cc4 commit 55412f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pm2
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function patchCommanderArg(cmd) {
//
// Start command
//
commander.command('start <name|file|ecosystem|id...>')
commander.command('start [name|file|ecosystem|id...]')
.option('--watch', 'Watch folder for changes')
.option('--fresh', 'Rebuild Dockerfile')
.option('--daemon', 'Run container in Daemon mode (debug purposes)')
Expand Down

0 comments on commit 55412f2

Please sign in to comment.