mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
0.7.8 - change descr sendSignal
This commit is contained in:
parent
0bbe9455c6
commit
a4a8a4a155
2
bin/pm2
2
bin/pm2
@ -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();
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pm2",
|
||||
"preferGlobal": "true",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"engines" : {
|
||||
"node" : ">=0.8"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user