website/docs: add the fmt -recursive flag. (#21963)

This commit is contained in:
Stefan Schmidt 2019-07-05 19:32:57 +02:00 committed by Kristin Laemmert
parent dbcd9a5625
commit f4abb96b08
1 changed files with 1 additions and 0 deletions

View File

@ -38,3 +38,4 @@ The command-line flags are all optional. The list of available flags are:
* `-diff` - Display diffs of formatting changes
* `-check` - Check if the input is formatted. Exit status will be 0 if
all input is properly formatted and non-zero otherwise.
* `-recursive` - Also process files in subdirectories. By default, only the given directory (or current directory) is processed.