Clarified output formats (#241)

This commit is contained in:
Ryan 2016-06-20 12:15:09 -04:00 committed by Dominic Hamon
parent 3fdd76bd14
commit 1d53e5e0d8

View File

@ -382,7 +382,7 @@ static void BM_test(benchmark::State& state) {
## Output Formats
The library supports multiple output formats. Use the
`--benchmark_format=<tabular|json>` flag to set the format type. `tabular` is
`--benchmark_format=<tabular|json|csv>` flag to set the format type. `tabular` is
the default format.
The Tabular format is intended to be a human readable format. By default