Fix --config_path option in docs

This commit is contained in:
Vitaliy Filippov
2025-01-24 17:21:11 +03:00
parent bcefa42bc0
commit 069808dfce
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ static const char* help_text =
"Use vitastor-cli --help <command> for command details or vitastor-cli --help --all for all details.\n"
"\n"
"GLOBAL OPTIONS:\n"
" --config_file FILE Path to Vitastor configuration file\n"
" --config_path FILE Path to Vitastor configuration file\n"
" --etcd_address URL Etcd connection address\n"
" --iodepth N Send N operations in parallel to each OSD when possible (default 32)\n"
" --parallel_osds M Work with M osds in parallel when possible (default 4)\n"