Add missing dash on recursive fmt command

As per title, very minor fix but I might as well fix it.
This commit is contained in:
Laurent Goudet 2024-10-16 09:58:58 +02:00 committed by Lucas Bajolet
parent 0e825e0a79
commit 069a6ed62f

View file

@ -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.
- `-recursive` Also process files in subdirectories. By default, only the
given directory (or current directory) is processed.