Skip to content

Commit 804739d

Browse files
committed
CLI: Removed 'not recommend' label for --keep-case, see #608 [ci skip]
1 parent a4d6a2a commit 804739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/pbjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ exports.main = function(args, callback) {
8484
"",
8585
chalk.bold.gray(" Proto sources only:"),
8686
"",
87-
" --keep-case Keeps field casing instead of converting to camel case (not recommended).",
87+
" --keep-case Keeps field casing instead of converting to camel case.",
8888
"",
8989
chalk.bold.gray(" Static targets only:"),
9090
"",

0 commit comments

Comments
 (0)