Am Freitag, den 20.05.2005, 21:15 +0200 schrieb Peter Schaefer:
> Hi!
> 
> Marc Lehmann wrote:
> 
> > sfftobmp seems to output messages to stderr regardless of wether there was
> > an error or not, and there seems to be no way to supress it (i.e. -quiet
> > switch or similar).

ups. i think we have changed this. somewhere between -2 and -4 
(svn revision 7)
it can be possible that doko forgot to close the bug.

the same for #291484

doko can you please check it once again and then close this bugs?

Thanks
Daniel


look into the diffs
sfftobmp_3.0-4.diff.gz#patchfs/sfftobmp-3.0/src/cmdline.cpp.diff



-  cerr << "    -tr resp. -Tr : CCITT modified Huffman RLE" << endl;
-  cerr << "    -t4 resp. -T4 : CCITT Fax Class 4 compression" << endl
<< endl;
-  cerr << "The default is CCITT Fax Class 3 compression." << endl <<
endl;
+  cout << endl << "Usage: " << m_pszProgName << " [options] INFILE1
[INFILE2 ..] [-o OUTSPEC]" << endl << endl;
+  cout << "Options:" << endl;
+  cout << "-h or -help       Show this message and exit" << endl;
+  cout << "-v or -version    Show version and exit" <<
endl;                                                                           
                                           




> 
> As the original author of sfftobmp i have to say that this behaviour was
> changed by [EMAIL PROTECTED] Before that, it was cout for "normal" output
> and cerr for errors.
> 
> Shall we revert to that (errors on cerr, rest on cout) and add a -quiet
> switch to suppress cout messages?
> 
> Regards,
> 
>   Peter
> 
> 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to