diff options
author | yuryalekseev <yuryalekseev@yandex-team.com> | 2022-12-29 16:51:28 +0300 |
---|---|---|
committer | yuryalekseev <yuryalekseev@yandex-team.com> | 2022-12-29 16:51:28 +0300 |
commit | 9b70103609b66a27412572703418467b392f389a (patch) | |
tree | 140ce5280422118668aae566ce00f7c6ea5ee2cc | |
parent | 52defcf4fb0244ea508629a81e14fac1900e0b51 (diff) | |
download | ydb-9b70103609b66a27412572703418467b392f389a.tar.gz |
Fix typo.
-rw-r--r-- | ydb/apps/dstool/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/apps/dstool/README.md b/ydb/apps/dstool/README.md index 7c728fa05e7..8d8d96bd72a 100644 --- a/ydb/apps/dstool/README.md +++ b/ydb/apps/dstool/README.md @@ -513,7 +513,7 @@ ydb-dstool -e ydbd.endpoint cluster set --scrub-periodicity 2d ydb-dstool -e ydbd.endpoint cluster set --max-scrubbed-disks-at-once 2 ``` -To above command sets maximum number if simultaneously scrubbed pdisk to two. +The above command sets maximum number of simultaneously scrubbed pdisk to two. ### Stress test failure model |