From: Peter O. <obe...@us...> - 2012-10-08 13:02:48
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory vz-cvs-4.sog:/tmp/cvs-serv7916/bin Modified Files: genhtml geninfo lcov Log Message: lcov: add missing help text for option --rc Index: geninfo =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/geninfo,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** geninfo 5 Oct 2012 15:53:09 -0000 1.112 --- geninfo 8 Oct 2012 13:02:45 -0000 1.113 *************** *** 584,587 **** --- 584,588 ---- --(no-)external Include (ignore) data for external files --config-file FILENAME Specify configuration file location + --rc SETTING=VALUE Override configuration file setting --compat MODE=on|off|auto Set compat MODE (libtool, hammer, split_crc) Index: genhtml =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/genhtml,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** genhtml 5 Oct 2012 15:53:09 -0000 1.66 --- genhtml 8 Oct 2012 13:02:45 -0000 1.67 *************** *** 577,580 **** --- 577,581 ---- -q, --quiet Do not print progress messages --config-file FILENAME Specify configuration file location + --rc SETTING=VALUE Override configuration file setting --ignore-errors ERRORS Continue after ERRORS (source) Index: lcov =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/lcov,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** lcov 5 Oct 2012 15:53:09 -0000 1.90 --- lcov 8 Oct 2012 13:02:45 -0000 1.91 *************** *** 534,537 **** --- 534,538 ---- --(no-)external Include (ignore) data for external files --config-file FILENAME Specify configuration file location + --rc SETTING=VALUE Override configuration file setting --compat MODE=on|off|auto Set compat MODE (libtool, hammer, split_crc) |