Skip to content

Commit

Permalink
fix: terramate fmt help (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis committed May 19, 2022
1 parent 866c004 commit e68a940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/terramate/cli/cli.go
Expand Up @@ -76,7 +76,7 @@ type cliSpec struct {

Fmt struct {
Check bool `help:"Lists unformatted files, exit with 0 if all is formatted, 1 otherwise"`
} `cmd:"" help:"List stacks"`
} `cmd:"" help:"Format all files inside dir recursively"`

List struct {
Why bool `help:"Shows the reason why the stack has changed"`
Expand Down

0 comments on commit e68a940

Please sign in to comment.