Skip to content

Commit 347dd3b

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 92e53d9 commit 347dd3b

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
@@ -42,7 +42,7 @@ void TWorkloadCommandBenchmark::Config(TConfig& config) {
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.")
4444
.DefaultValue("")
45-
.AppendTo(&QuerySettings).Hidden();
45+
.AppendTo(&QuerySettings);
4646
config.Opts->MutuallyExclusive("query-prefix", "query-settings");
4747
auto fillTestCases = [](TStringBuf line, std::function<void(ui32)>&& op) {
4848
for (const auto& token : StringSplitter(line).Split(',').SkipEmpty()) {

0 commit comments

Comments
 (0)