From f4abb96b08b906359f366be6611b02354de4329a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 5 Jul 2019 19:32:57 +0200 Subject: [PATCH] website/docs: add the fmt -recursive flag. (#21963) --- website/docs/commands/fmt.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/commands/fmt.html.markdown b/website/docs/commands/fmt.html.markdown index b1ee2945f..2a3950193 100644 --- a/website/docs/commands/fmt.html.markdown +++ b/website/docs/commands/fmt.html.markdown @@ -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.