We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba8c6e commit 906fcc6Copy full SHA for 906fcc6
ydb/docs/ru/core/reference/ydb-cli/commands/workload/_includes/stock.md
@@ -95,7 +95,7 @@ CREATE TABLE `orderLines`(
95
Создание БД с 10 видами товаров, где каждого товара 100 штук, есть 10 заказов и минимальное количество шардов 100:
96
97
```bash
98
-{{ ydb-cli }} workload stock init -p 10 -q 100 -o 10 ----min-partitions 100
+{{ ydb-cli }} workload stock init -p 10 -q 100 -o 10 --min-partitions 100
99
```
100
101
## Запуск нагрузочного теста {#run}
0 commit comments