mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

--help prints incorrect info #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
trucov --help

prints usage for trucov's various commands.  One of which is all_report.  The 
help text is:
'Peforms report and render_report commands'
it should be:
'Performs report and graph_report commands'

Peforms -> Performs
render_repot -> graph_report

We ought to scrub the rest of project for references to render_report since 
it's been renamed to graph_report.  For instance the SRS still uses 
render_report

Original issue reported on code.google.com by j.nick.terry@gmail.com on 17 Jun 2010 at 11:05

GoogleCodeExporter commented 9 years ago
There is the option render-format. Did you want to keep that as render-report 
or change it to graph-format?

Original comment by millerlyte87@gmail.com on 13 Sep 2010 at 1:23