Clarify description of comments config.

It doesn't mean anything for “strip/output” to be “on.”
This commit is contained in:
Steven Luscher 2015-12-17 10:36:10 -08:00
parent 16ae7c2d9a
commit 603bb64db0

View File

@ -92,7 +92,7 @@ module.exports = {
comments: {
type: "boolean",
default: true,
description: "strip/output comments in generated output (on by default)"
description: "write comments to generated output (true by default)"
},
shouldPrintComment: {