This commit is contained in:
Uwe Seimet 2021-08-25 13:56:41 +02:00
parent d6874f04ef
commit b0554b9c0a

View File

@ -259,7 +259,7 @@ void CommandServerInfo(const string& hostname, int port)
cout << " Block size is not configurable" << endl;
}
else {
cout << " Configurable block sizes: ";
cout << " Supported block sizes: ";
for (size_t j = 0; j < block_sizes.size(); j++) {
if (j) {
cout << ", ";