From 42f8a97630bcb30d197b0f1d6cbdd96879d27f96 Mon Sep 17 00:00:00 2001 From: Robin Anil Date: Tue, 23 May 2017 13:46:04 -0500 Subject: [PATCH] Remove the no-constructor arg --- cli/pbjs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/pbjs.js b/cli/pbjs.js index b3dbef8e2..b68f89dd1 100644 --- a/cli/pbjs.js +++ b/cli/pbjs.js @@ -115,7 +115,6 @@ exports.main = function main(args, callback) { "", chalk.bold.gray(" Static targets only:"), "", - " --no-constructor Does not generate constructor.", " --no-create Does not generate create functions used for reflection compatibility.", " --no-encode Does not generate encode functions.", " --no-decode Does not generate decode functions.",