diff --git a/bin/pm2 b/bin/pm2 index a77b7ea0..62dcbf8a 100755 --- a/bin/pm2 +++ b/bin/pm2 @@ -422,6 +422,7 @@ commander.command('inspect ') // Stop and delete a process by name from database // commander.command('delete ') + .alias('del') .description('stop and delete a process from pm2 process list') .action(function(name) { if (name == "-") {