zig fmt: add --color option to CLI help text

This commit is contained in:
Andrew Kelley 2018-05-30 18:37:12 -04:00
parent a05acaf9fd
commit 717ac85a5a

View File

@ -686,6 +686,7 @@ const usage_fmt =
\\
\\Options:
\\ --help Print this help and exit
\\ --color [auto|off|on] Enable or disable colored error messages
\\
\\
;