add missing closing bracket in --help message (#666)

This commit is contained in:
pseyfert 2018-09-03 18:45:09 +02:00 committed by Roman Lebedev
parent 5159967520
commit fbfc495d7f

View File

@ -595,7 +595,7 @@ void PrintUsageAndExit() {
" [--benchmark_filter=<regex>]\n"
" [--benchmark_min_time=<min_time>]\n"
" [--benchmark_repetitions=<num_repetitions>]\n"
" [--benchmark_report_aggregates_only={true|false}\n"
" [--benchmark_report_aggregates_only={true|false}]\n"
" [--benchmark_format=<console|json|csv>]\n"
" [--benchmark_out=<filename>]\n"
" [--benchmark_out_format=<json|console|csv>]\n"