mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-02 19:49:35 +00:00
Renaming
This commit is contained in:
parent
d6874f04ef
commit
b0554b9c0a
@ -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 << ", ";
|
||||
|
Loading…
Reference in New Issue
Block a user