Mention the -no-color option

This option is a valid option for the fmt subcommand, but it isn't
listed in the help text.
This commit is contained in:
Sander van Harmelen 2019-08-04 10:18:09 +02:00
parent e342448a4d
commit e81fafeefa

View File

@ -290,6 +290,8 @@ Options:
-check Check if the input is formatted. Exit status will be 0 if all
input is properly formatted and non-zero otherwise.
-no-color If specified, output won't contain any color.
-recursive Also process files in subdirectories. By default, only the
given directory (or current directory) is processed.
`