From 069a6ed62fd359644e4392000d8f6488851ddd74 Mon Sep 17 00:00:00 2001 From: Laurent Goudet Date: Wed, 16 Oct 2024 09:58:58 +0200 Subject: [PATCH] Add missing dash on `recursive` `fmt` command As per title, very minor fix but I might as well fix it. --- website/content/docs/commands/fmt.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/commands/fmt.mdx b/website/content/docs/commands/fmt.mdx index d082f9afc7c..e51ac116a02 100644 --- a/website/content/docs/commands/fmt.mdx +++ b/website/content/docs/commands/fmt.mdx @@ -54,5 +54,5 @@ $ cat my-template.pkr.hcl | packer fmt - - `-` - read formatting changes from stdin and write them to stdout. -- `recursive` Also process files in subdirectories. By default, only the - given directory (or current directory) is processed. \ No newline at end of file +- `-recursive` Also process files in subdirectories. By default, only the + given directory (or current directory) is processed.