Skip to content

Commit 9e2b092

Browse files
authored
fix float-mode param message (#9350)
1 parent 27d22ba commit 9e2b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/workload/tpc_base/tpc_base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void TTpcBaseWorkloadParams::ConfigureOpts(NLastGetopt::TOpts& opts, const EComm
7474
switch (commandType) {
7575
case TWorkloadParams::ECommandType::Run:
7676
case TWorkloadParams::ECommandType::Init:
77-
opts.AddLongOption("float-mode", "Float mode. Can be float, decimal or decimal_22_9. If set to 'float' - float will be used, 'decimal' means use decimal with cannonical size and 'decimal_22_9' means, that all floats will be converted to decimal(22,9)")
77+
opts.AddLongOption("float-mode", "Float mode. Can be float, decimal or decimal_ydb. If set to 'float' - float will be used, 'decimal' means that decimal will be used with canonical size and 'decimal_ydb' means that all floats will be converted to decimal(22,9) because YDB supports only this type.")
7878
.StoreResult(&FloatMode).DefaultValue(FloatMode);
7979
break;
8080
default:

0 commit comments

Comments
 (0)