Fix docs (block_size vs object_size)

This commit is contained in:
Vitaliy Filippov
2022-09-04 14:47:04 +03:00
parent 9ccc607ab9
commit 8d9a5fde15
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ static const char *help_text =
" \n"
" Options (both modes):\n"
" --journal_size 1G/32M Set journal size (area or partition size)\n"
" --object_size 1M/128k Set blockstore object size\n"
" --block_size 1M/128k Set blockstore object size\n"
" --bitmap_granularity 4k Set bitmap granularity\n"
" --data_device_block 4k Override data device block size\n"
" --meta_device_block 4k Override metadata device block size\n"