From 4861b34fb53e11b05e7d4eae047ea8791b4c212c Mon Sep 17 00:00:00 2001 From: Unitech Date: Fri, 14 Jul 2017 14:05:29 +0200 Subject: [PATCH] reduce length of some commands for smaller padding on pm2 -h --- bin/pm2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pm2 b/bin/pm2 index 8c7c52dd..494514ab 100755 --- a/bin/pm2 +++ b/bin/pm2 @@ -48,7 +48,7 @@ commander.version(pkg.version) .option('-w --write', 'write configuration in local folder') .option('--interpreter ', 'the interpreter pm2 should use for executing app (bash, python...)') .option('--interpreter-args ', 'interpret options (alias of --node-args)') - .option('--log-date-format ', 'add custom prefix timestamp to logs') + .option('--log-date-format ', 'add custom prefix timestamp to logs') .option('--no-daemon', 'run pm2 daemon in the foreground if it doesn\'t exist already') .option('-a --update-env', 'update environmnent on restart/reload (-a <=> apply)') .option('--source-map-support', 'force source map support') @@ -533,7 +533,7 @@ commander.command('report') // // Keymetrics CLI integratio // -commander.command('link [secret_key|command] [public_key] [machine_name]') +commander.command('link [secret] [public] [name]') .alias('interact') .option('--info-node [url]', 'set url info node') .description('linking action to keymetrics.io - command can be stop|info|delete|restart')