Skip to content

Commit

Permalink
Update: Normalize usage of chalk.gray
Browse files Browse the repository at this point in the history
  • Loading branch information
stramel authored and phated committed Dec 21, 2017
1 parent 92a05bc commit cb53126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/cliOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
help: {
alias: 'h',
type: 'boolean',
desc: chalk.grey(
desc: chalk.gray(
'Show this help.'),
},
version: {
Expand Down

0 comments on commit cb53126

Please sign in to comment.