Skip to content

Commit c90c453

Browse files
committed
docs: add documentation on new pm2 install command
1 parent 828a30d commit c90c453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/pm2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,11 +464,11 @@ commander.command('update')
464464
/**
465465
* Module specifics
466466
*/
467-
commander.command('install [module|git:// url]')
467+
commander.command('install [module|git:// url|json]')
468468
.alias('module:install')
469469
.option('--v1', 'install module in v1 manner (do not use it)')
470470
.option('--safe [time]', 'keep module backup, if new module fail = restore with previous')
471-
.description('install or update a module and run it forever')
471+
.description('install or update a module (or a set of modules) and run it forever')
472472
.action(function(plugin_name, opts) {
473473
if (opts.v1)
474474
commander.v1 = true;

0 commit comments

Comments
 (0)