plsetopt("-h",NULL) exits the process and doesn't even show any  
help.  The -v option does the same thing (i.e. exits the process  
without any output).  I think this could be fixed relatively easily  
and without any negative impact by changing opt_h and opt_v (in src/ 
plargs.c) to return 0 (instead of the exit-inducing 2) if mode_quiet  
is enabled (else return the exit-inducing 2 as it does now).

Dave


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to