From: Peter O. <obe...@us...> - 2010-11-19 16:15:35
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4414 Modified Files: geninfo Log Message: geninfo: remove help text for unimplemented parameter Parameter --function-coverage was removed but the help text still mentions it. Fix this by removing the option from the help text as well. Index: geninfo =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/geninfo,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** geninfo 19 Nov 2010 15:45:01 -0000 1.91 --- geninfo 19 Nov 2010 16:15:27 -0000 1.92 *************** *** 495,499 **** --ignore-errors ERROR Continue after ERROR (gcov, source, graph) --no-recursion Exclude subdirectories from processing - --function-coverage Capture function call counts --no-markers Ignore exclusion markers in source code --derive-func-data Generate function data from line data --- 495,498 ---- |