mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-26 10:30:23 +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;
|
cout << " Block size is not configurable" << endl;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
cout << " Configurable block sizes: ";
|
cout << " Supported block sizes: ";
|
||||||
for (size_t j = 0; j < block_sizes.size(); j++) {
|
for (size_t j = 0; j < block_sizes.size(); j++) {
|
||||||
if (j) {
|
if (j) {
|
||||||
cout << ", ";
|
cout << ", ";
|
||||||
|
Loading…
Reference in New Issue
Block a user