Skip to content

Commit

Permalink
CLI: Removed 'not recommend' label for --keep-case, see #608 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jan 3, 2017
1 parent a4d6a2a commit 804739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/pbjs.js
Expand Up @@ -84,7 +84,7 @@ exports.main = function(args, callback) {
"",
chalk.bold.gray(" Proto sources only:"),
"",
" --keep-case Keeps field casing instead of converting to camel case (not recommended).",
" --keep-case Keeps field casing instead of converting to camel case.",
"",
chalk.bold.gray(" Static targets only:"),
"",
Expand Down

0 comments on commit 804739d

Please sign in to comment.