From a4a8a4a155811aa9eae2c8fc55199cc02a3e716d Mon Sep 17 00:00:00 2001 From: tknew2 Date: Thu, 6 Mar 2014 12:46:00 +0700 Subject: [PATCH] 0.7.8 - change descr sendSignal --- bin/pm2 | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pm2 b/bin/pm2 index 3f43f77c..d7187244 100755 --- a/bin/pm2 +++ b/bin/pm2 @@ -186,7 +186,7 @@ commander.command('delete ') // Send system signal to process // commander.command('sendSignal ') - .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(); diff --git a/package.json b/package.json index 4646b9e4..3e95f01f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pm2", "preferGlobal": "true", - "version": "0.7.7", + "version": "0.7.8", "engines" : { "node" : ">=0.8" },