Skip to content

Commit 2bc8e90

Browse files
iddqdexpnv1
andauthored
Update ydb/public/lib/ydb_cli/commands/ydb_benchmark.cpp
Co-authored-by: Nikolay Perfilov <pnv1@yandex-team.ru>
1 parent 347dd3b commit 2bc8e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/lib/ydb_cli/commands/ydb_benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void TWorkloadCommandBenchmark::Config(TConfig& config) {
3737
config.Opts->AddLongOption("plan", "Query plans report file name")
3838
.DefaultValue("")
3939
.StoreResult(&PlanFileName);
40-
config.Opts->AddLongOption("query-settings", "Query settings.\nEvery setting is a line that will be added to the beginning of each query. For multiple settings lines use this option several times.")
40+
config.Opts->AddLongOption("query-settings")
4141
.DefaultValue("")
4242
.AppendTo(&QuerySettings).Hidden();
4343
config.Opts->AddLongOption("query-prefix", "Query prefix.\nEvery prefix is a line that will be added to the beginning of each query. For multiple prefixes lines use this option several times.")

0 commit comments

Comments
 (0)