diff options
author | fomichev <fomichev@ydb.tech> | 2023-09-05 20:53:17 +0300 |
---|---|---|
committer | fomichev <fomichev@ydb.tech> | 2023-09-05 21:35:44 +0300 |
commit | 26eb3370ca6536d41c4cda3c89648da50f4f1b7a (patch) | |
tree | 8b696328eb97f468b702bb281b7c7eb8308d80cd | |
parent | 914b0463af553af307edd9cd9951142a83b6423c (diff) | |
download | ydb-26eb3370ca6536d41c4cda3c89648da50f4f1b7a.tar.gz |
make command output more friendly
-rw-r--r-- | ydb/public/lib/ydb_cli/commands/click_bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/public/lib/ydb_cli/commands/click_bench.cpp b/ydb/public/lib/ydb_cli/commands/click_bench.cpp index ccd7b6eb6b5..dc2a9d7d7a5 100644 --- a/ydb/public/lib/ydb_cli/commands/click_bench.cpp +++ b/ydb/public/lib/ydb_cli/commands/click_bench.cpp @@ -439,7 +439,7 @@ int TClickBenchCommandInit::Run(TConfig& config) { return session.ExecuteSchemeQuery(createSql).GetValueSync(); })); - Cout << "Table created." << Endl; + Cout << "Table created. Please, follow instructions https://ydb.tech/en/docs/reference/ydb-cli/workload-click-bench#load to load benchmark data." << Endl; driver.Stop(true); return 0; }; |