Add missing dash on `recursive` `fmt` command

As per title, very minor fix but I might as well fix it.
pull/13188/head
Laurent Goudet 2 years ago committed by Lucas Bajolet
parent 0e825e0a79
commit 069a6ed62f

@ -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.

Loading…
Cancel
Save