Fix option printing

This commit is contained in:
Hackerpilot 2016-01-19 20:09:01 -08:00
parent fbd28814e7
commit 4c5dfb5881
1 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,8 @@ Formatting Options:
--align_switch_statements --align_switch_statements
--brace_style `, --brace_style `,
optionsToString!(typeof(Config.dfmt_brace_style))(), ` optionsToString!(typeof(Config.dfmt_brace_style))(), `
--end_of_line --end_of_line `,
optionsToString!(typeof(Config.end_of_line))(), `
--help|h --help|h
--indent_size --indent_size
--indent_style|t `, --indent_style|t `,