Skip to content

Commit 80ae344

Browse files
authored
fix!: update description (#207)
* Update twilio-client.test.js * Update base-command.js
1 parent 9c8bcfb commit 80ae344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base-commands/base-command.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ BaseCommand.flags = {
227227
}),
228228

229229
silent: oclifFlags.boolean({
230-
description: 'Suppress output and logs. This is a shorthand for "-l none -o none".',
230+
description: 'Suppress output and logs. This is a shorthand for "-l none -o none".',
231231
default: false,
232232
}),
233233
};

0 commit comments

Comments
 (0)