mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
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:
parent
0e825e0a79
commit
069a6ed62f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue