diff --git a/Symantic/CLI/Help.hs b/Symantic/CLI/Help.hs
--- a/Symantic/CLI/Help.hs
+++ b/Symantic/CLI/Help.hs
@@ -261,7 +261,7 @@
 			let d =
 				let ind = helpInh_command_indent inh in
 				Schema.runSchema schema (helpInh_schema inh)
-				<> (if null ts {-|| not (helpInh_full inh)-} then mempty else Doc.newline)
+				<> (if null ts {- \|| not (helpInh_full inh)-} then mempty else Doc.newline)
 				<> Doc.incrIndent (Doc.spaces ind) ind
 				 ((if null ts then mempty else Doc.newline) <> runHelpNodes inh ts)
 			in
diff --git a/symantic-cli.cabal b/symantic-cli.cabal
--- a/symantic-cli.cabal
+++ b/symantic-cli.cabal
@@ -2,7 +2,7 @@
 -- PVP:  +-+------- breaking API changes
 --       | | +----- non-breaking API additions
 --       | | | +--- code changes with no API change
-version: 2.3.2.20190711
+version: 2.3.3.20190711
 category: System, CLI, Options, Parsing
 synopsis: Symantics for parsing and documenting a CLI
 description:
