Commit 717ac85a5a

Andrew Kelley <superjoe30@gmail.com>
2018-05-31 00:37:12
zig fmt: add --color option to CLI help text
1 parent a05acaf
Changed files (1)
src-self-hosted
src-self-hosted/main.zig
@@ -686,6 +686,7 @@ const usage_fmt =
     \\
     \\Options:
     \\   --help                 Print this help and exit
+    \\   --color [auto|off|on]  Enable or disable colored error messages
     \\
     \\
 ;