Add csv to help output

This commit is contained in:
Dominic Hamon 2015-03-27 14:08:46 -07:00
parent 680a399a93
commit b6e4f67d75

View file

@ -842,7 +842,7 @@ void PrintUsageAndExit() {
" [--benchmark_filter=<regex>]\n"
" [--benchmark_min_time=<min_time>]\n"
" [--benchmark_repetitions=<num_repetitions>]\n"
" [--benchmark_format=<tabular|json>]\n"
" [--benchmark_format=<tabular|json|csv>]\n"
" [--color_print={true|false}]\n"
" [--v=<verbosity>]\n");
exit(0);