Skip to content

Commit

Permalink
Merge pull request #3878 from cuspymd/fix-command-help
Browse files Browse the repository at this point in the history
Fix wrong description for trigger command
  • Loading branch information
wallet77 authored Aug 28, 2018
2 parents fe2a444 + 935568d commit 2d3d204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pm2
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ commander.command('start [name|file|ecosystem|id...]')
});

commander.command('trigger <proc_name> <action_name> [params]')
.description('deploy your json')
.description('trigger process action')
.action(function(pm_id, action_name, params) {
pm2.trigger(pm_id, action_name, params);
});
Expand Down

0 comments on commit 2d3d204

Please sign in to comment.