Skip to content

Commit 7779c44

Browse files
authored
cmd/atlas: update fmt command doc (#515)
1 parent dc266f9 commit 7779c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/action/fmt.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
var (
2020
// FmtCmd represents the fmt command.
2121
FmtCmd = &cobra.Command{
22-
Use: "fmt [path]",
22+
Use: "fmt [path ...]",
2323
Short: "Formats Atlas HCL files",
2424
Long: "`atlas schema fmt`" + ` formats all ".hcl" files under the given path using
2525
cannonical HCL layout style as defined by the github.com/hashicorp/hcl/v2/hclwrite package.

0 commit comments

Comments
 (0)