This commit is contained in:
Uwe Seimet 2021-08-29 13:55:41 +02:00
parent 9ff21626da
commit f67c62e810

View File

@ -282,7 +282,7 @@ void CommandServerInfo(const string& hostname, int port)
if (!capacities.empty()) {
capacities.sort([](const auto& a, const auto& b) { return a < b; });
cout << " Supported capacities in bytes: ";
cout << " Media capacities in bytes: ";
bool isFirst = true;
for (const auto& capacity : capacities) {