* Added gitignore

* Finished HTML writer
This commit is contained in:
2015-09-24 22:09:10 +02:00
parent bd0b6bc3f4
commit 3e3ba96fb9
3 changed files with 49 additions and 3 deletions

View File

@@ -250,6 +250,8 @@ begin
Writeln(' specifies the filename with filter commands');
Writeln(' -f --logfile=<filename>');
Writeln(' specifies the logfile to be parsed');
Writeln(' --html=<filename>');
Writeln(' outputs filtered results in a formatted HTML file');
Writeln(' -h --help');
Writeln(' show this help screen');
end;