mirror of
https://github.com/google/benchmark.git
synced 2025-03-15 03:30:10 +08:00
add missing closing bracket in --help message (#666)
This commit is contained in:
parent
5159967520
commit
fbfc495d7f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user