Tweak pvlist output to make it easier to cut/paste w/o picking up unwanted syntax

This commit is contained in:
Bruce Hill
2018-04-27 00:12:23 -07:00
committed by mdavidsaver
parent 8ae4e5513a
commit 866b75a36d

View File

@ -618,9 +618,9 @@ int main (int argc, char *argv[])
{
cout << inetAddressToString(entry.addresses[i]);
if (i < (count-1))
cout << ", ";
cout << " ";
}
cout << ']' << endl;
cout << " ]" << endl;
}
}
else