Skip to content

Commit

Permalink
fix(CLI): Fix help command usage information (#10175)
Browse files Browse the repository at this point in the history
  • Loading branch information
TastefulElk committed Oct 29, 2021
1 parent e3e02fe commit 254e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/commands-schema/no-service.js
Expand Up @@ -161,7 +161,7 @@ commands.set('generate-event', {
});

commands.set('help', {
// Shows general "help", so has no specific usage info
usage: 'Show this help',
serviceDependencyMode: 'optional',
});

Expand Down

0 comments on commit 254e70c

Please sign in to comment.