0.7.8 - change descr sendSignal

This commit is contained in:
tknew2 2014-03-06 12:46:00 +07:00
parent 0bbe9455c6
commit a4a8a4a155
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ commander.command('delete <name|id|script|all|json_file|stdin(-)>')
// Send system signal to process
//
commander.command('sendSignal <signal> <pm2_id|name>')
.description('stop specific process pm2 id or script name (set with --name or script name)')
.description('send a system signal to the process')
.action(function(signal, pm2_id) {
UX.processing.start();

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.7.7",
"version": "0.7.8",
"engines" : {
"node" : ">=0.8"
},