Skip to content

Commit

Permalink
fix!: update description (twilio#207)
Browse files Browse the repository at this point in the history
* Update twilio-client.test.js

* Update base-command.js
  • Loading branch information
sr010 committed Jul 28, 2022
1 parent 9c8bcfb commit 80ae344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base-commands/base-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ BaseCommand.flags = {
}),

silent: oclifFlags.boolean({
description: 'Suppress output and logs. This is a shorthand for "-l none -o none".',
description: 'Suppress output and logs. This is a shorthand for "-l none -o none".',
default: false,
}),
};
Expand Down

0 comments on commit 80ae344

Please sign in to comment.