From 26e770321f3c651e0bc10c3c16aa1ea50f02794c Mon Sep 17 00:00:00 2001 From: Brian Sidebotham Date: Tue, 28 Jun 2022 19:42:47 +0100 Subject: [PATCH] Update website/docs/cli/commands/fmt.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/cli/commands/fmt.mdx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/docs/cli/commands/fmt.mdx b/website/docs/cli/commands/fmt.mdx index 4279eb182f..99ae10754d 100644 --- a/website/docs/cli/commands/fmt.mdx +++ b/website/docs/cli/commands/fmt.mdx @@ -48,10 +48,7 @@ and the generated files. Usage: `terraform fmt [options] [TARGET]` By default, `fmt` scans the current directory for configuration files. If -a directory is provided for the `target` argument then it will scan that -given directory instead. If `target` is a file then `fmt` will process just -that file, and if a single dash (`-`) then `fmt` will read from standard input -(STDIN). +you provide a directory for the `target` argument, then `fmt` will scan that directory instead. If you provide a file, then `fmt` will process just that file. If you provide a single dash (`-`), then `fmt` will read from standard input (STDIN). The command-line flags are all optional. The list of available flags are: