rasctl output update

This commit is contained in:
Uwe Seimet 2021-08-24 22:04:45 +02:00
parent 6268327ea4
commit ac9f9bb335

View File

@ -237,7 +237,7 @@ void CommandServerInfo(const string& hostname, int port)
cout << " Image file support";
}
if (features.supports_block_size()) {
cout << " Configurable block size";
cout << " Block size configurable";
}
cout << endl;
}