Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Update doc string for check flag of fmt command
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Cain <bcain@hashicorp.com>
  • Loading branch information
MattSurabian and briancain authored Oct 19, 2022
1 parent b616a35 commit 8f959f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/fmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func (c *FmtCommand) Flags() *flag.Sets {
Target: &c.flagCheck,
Default: false,
Usage: "Check if the input is formatted. Exit status will be 0 if " +
"all input is properly formatted and non-zero otherwise.",
"all input is properly formatted and exit status 3 otherwise.",
})
})
}
Expand Down

0 comments on commit 8f959f1

Please sign in to comment.