From 4c5dfb588119b33d63c3a91f0cb563e052a9116d Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 19 Jan 2016 20:09:01 -0800 Subject: [PATCH] Fix option printing --- src/dfmt/main.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dfmt/main.d b/src/dfmt/main.d index b8b0aee..2fa1912 100644 --- a/src/dfmt/main.d +++ b/src/dfmt/main.d @@ -211,7 +211,8 @@ Formatting Options: --align_switch_statements --brace_style `, optionsToString!(typeof(Config.dfmt_brace_style))(), ` - --end_of_line + --end_of_line `, + optionsToString!(typeof(Config.end_of_line))(), ` --help|h --indent_size --indent_style|t `,