Skip to content

Commit

Permalink
website: documentation for fmt -check flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemcc committed Jun 23, 2017
1 parent 361d32e commit 3531791
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/commands/fmt.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ The command-line flags are all optional. The list of available flags are:

* `-list=true` - List files whose formatting differs (disabled if using STDIN)
* `-write=true` - Write result to source file instead of STDOUT (disabled if
using STDIN)
using STDIN or -check)
* `-diff=false` - Display diffs of formatting changes
* `-check=false` - Check if the input is formatted. Exit status will be 0 if
all input is properly formatted and non-zero otherwise.

0 comments on commit 3531791

Please sign in to comment.