diff --git a/src/output/help.rs b/src/output/help.rs index 5fd115ff..0a6b533b 100644 --- a/src/output/help.rs +++ b/src/output/help.rs @@ -74,10 +74,10 @@ impl<'b, 'c, 'd, 'w> Help<'b, 'c, 'd, 'w> { next_line_help: nlh, hide_pv, term_w, - color: color, + color, longest: 0, force_next_line: false, - cizer: cizer, + cizer, use_long, } }