summaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/benchmark/bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/testing/benchmark/bench.cpp')
-rw-r--r--library/cpp/testing/benchmark/bench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/testing/benchmark/bench.cpp b/library/cpp/testing/benchmark/bench.cpp
index 14598848ff9..08d8708005a 100644
--- a/library/cpp/testing/benchmark/bench.cpp
+++ b/library/cpp/testing/benchmark/bench.cpp
@@ -512,7 +512,7 @@ namespace {
.Help("run benchmarks in parallel");
opts.AddLongOption('f', "format")
- .AddLongName("benchmark_format")
+ .AddLongName("benchmark_format")
.StoreResult(&OutFormat)
.RequiredArgument("FORMAT")
.DefaultValue("console")