add command line to statistic section

This commit is contained in:
Uwe Steinmann 2015-08-06 18:16:30 +02:00
parent c85e00510a
commit ac544ef206

View File

@ -548,6 +548,9 @@ if($folder) {
echo "</dms>\n";
echo "<!--\n";
echo "Command:\n";
echo " ".str_replace('--', '-', implode(" ", $argv))."\n";
echo "Statistics:\n";
foreach($statistic as $type=>$count)
echo " ".$type.": ".$count."\n";
echo "-->\n"