CMVS-PMVS icon indicating copy to clipboard operation
CMVS-PMVS copied to clipboard

Replace cerr with cout where not necessary

Open mad-de opened this issue 8 years ago • 1 comments

cerr potentially interferes with accessing scripts which are differentiating between cout and cerr outputs (such as mine :( )

mad-de avatar Feb 16 '16 14:02 mad-de

This would be great to have, I also suffer somewhat from stderr being spammed.

The PR looks good to me, the only thing that should be fixed is the 3 added cases of cout << "Usage followed by exit(1). Those should be stderr, because they are actual errors.

nh2 avatar Jul 21 '19 01:07 nh2