From 804739dbb75359b0034db0097fe82081e3870a53 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Tue, 3 Jan 2017 14:55:33 +0100 Subject: [PATCH] CLI: Removed 'not recommend' label for --keep-case, see #608 [ci skip] --- cli/pbjs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/pbjs.js b/cli/pbjs.js index c75a96bd4..7db7a3ccb 100644 --- a/cli/pbjs.js +++ b/cli/pbjs.js @@ -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:"), "",