Merge pull request #117 from dcarley/fmt_docs_write

hcl/fmtcmd: Clarify docs for Options.Diff
This commit is contained in:
Mitchell Hashimoto 2016-06-21 13:42:41 -07:00 committed by GitHub
commit 5b7dbf7eef

View File

@ -25,7 +25,7 @@ var (
type Options struct {
List bool // list files whose formatting differs
Write bool // write result to (source) file instead of stdout
Diff bool // display diffs instead of rewriting files
Diff bool // display diffs of formatting changes
}
func isValidFile(f os.FileInfo, extensions []string) bool {