Skip to content

Commit d98f993

Browse files
committed
remove defoult value
1 parent 2bc8e90 commit d98f993

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ void TWorkloadCommandBenchmark::Config(TConfig& config) {
3838
.DefaultValue("")
3939
.StoreResult(&PlanFileName);
4040
config.Opts->AddLongOption("query-settings")
41-
.DefaultValue("")
4241
.AppendTo(&QuerySettings).Hidden();
4342
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.")
44-
.DefaultValue("")
4543
.AppendTo(&QuerySettings);
4644
config.Opts->MutuallyExclusive("query-prefix", "query-settings");
4745
auto fillTestCases = [](TStringBuf line, std::function<void(ui32)>&& op) {

0 commit comments

Comments
 (0)