From 5f75cfd20d7414d0251633e1ebdf488e430bde64 Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Fri, 12 Sep 2014 17:37:18 -0400 Subject: [PATCH] Added preserveLineBreaks to the CLI help --- cli.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.js b/cli.js index 834588d..7213335 100755 --- a/cli.js +++ b/cli.js @@ -58,6 +58,7 @@ var mainOptions = { removeCDATASectionsFromCDATA: [[false, 'Remove CDATA sections from script and style elements']], collapseWhitespace: [[false, 'Collapse white space that contributes to text nodes in a document tree.']], conservativeCollapse: [[false, 'Always collapse to 1 space (never remove it entirely)']], + preserveLineBreaks: [[false, 'Always collapse to 1 line break (never remove it entirely) when whitespace between tags include a line break.']], collapseBooleanAttributes: [[false, 'Omit attribute values from boolean attributes']], removeAttributeQuotes: [[false, 'Remove quotes around attributes when possible.']], removeRedundantAttributes: [[false, 'Remove attributes when value matches default.']], -- 2.34.1