Skip to content

Commit

Permalink
capitalize --help description to be consistent with other descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 9, 2020
1 parent 6ba0a99 commit 6b8e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_encryption_key/cli_encryption_key.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ generateCli(program, encryptionConfig);

program
.command('help <command>')
.description('get the help for a specific command')
.description('Get the help for a specific command')
.action(function (cmdName) {
const cmd = _.find(program.commands, { _name: cmdName });
if (!cmd) return program.error(`unknown command ${cmdName}`);
Expand Down

0 comments on commit 6b8e023

Please sign in to comment.