pvlist remove comma

some shells will include the trailing ',' in selection
when double clicking.  Users find this annoying.
This commit is contained in:
Michael Davidsaver
2018-03-08 11:43:36 -05:00
parent acab4cd408
commit af2adf9248

View File

@ -580,7 +580,7 @@ int main (int argc, char *argv[])
{
const ServerEntry& entry = iter->second;
cout << "GUID 0x" << entry.guid << ", version " << (int)entry.version << ": "
cout << "GUID 0x" << entry.guid << " version " << (int)entry.version << ": "
<< entry.protocol << "@[";
size_t count = entry.addresses.size();