diff --git a/bin/pm2 b/bin/pm2 index 011265fc3..19dbbcafc 100755 --- a/bin/pm2 +++ b/bin/pm2 @@ -265,7 +265,7 @@ function patchCommanderArg(cmd) { // // Start command // -commander.command('start ') +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)')