Updated README; format tweaks
This commit is contained in:
parent
c45b940563
commit
5f7ebe2c26
17
README.md
17
README.md
|
@ -4,11 +4,26 @@
|
||||||
Manageable report from lynis text output.
|
Manageable report from lynis text output.
|
||||||
|
|
||||||
## Help Statement
|
## Help Statement
|
||||||
|
```
|
||||||
|
./lynis_report.pl -h|--help -v|--verbose -E|--excel -o|--output
|
||||||
|
|
||||||
|
Where:
|
||||||
|
|
||||||
|
-h|--help Display this useful message, then exit.
|
||||||
|
-v|--verbose Display more detailed output. This is typically used for
|
||||||
|
debugging, but may provide insight when running into problems.
|
||||||
|
-E|--excel Output the report in Microsoft Excel binary format. This
|
||||||
|
options is not yet implemented (NYI).
|
||||||
|
-o|--output Specifies the output file to print the report to.
|
||||||
|
```
|
||||||
* HTML out features (default)
|
* HTML out features (default)
|
||||||
|
* Summarizes the lynis report into a single HTML file.
|
||||||
* Excel out features
|
* Excel out features
|
||||||
|
* Breaks out sections into worksheets.
|
||||||
* PDF out features
|
* PDF out features
|
||||||
|
* Copy of the HTML report ported to PDF.
|
||||||
|
|
||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
* Excel out WIP!
|
|
||||||
* PDF out needs refinement
|
* PDF out needs refinement
|
||||||
* Other output formats?
|
* Other output formats?
|
||||||
|
|
|
@ -2005,10 +2005,10 @@ $0 -h|--help -v|--verbose -E|--excel -o|--output
|
||||||
Where:
|
Where:
|
||||||
|
|
||||||
-h|--help Display this useful message, then exit.
|
-h|--help Display this useful message, then exit.
|
||||||
-v|--verbose Display more detailed output. This is typically used for
|
-v|--verbose Display more detailed output. This is typically used for
|
||||||
debugging, but may provide insight when running into problems.
|
debugging, but may provide insight when running into problems.
|
||||||
-E|--excel Output the report in Microsoft Excel binary format. This
|
-E|--excel Output the report in Microsoft Excel binary format. This
|
||||||
options is not yet implemented (NYI).
|
options is not yet implemented (NYI).
|
||||||
-o|--output Specifies the output file to print the report to.
|
-o|--output Specifies the output file to print the report to.
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in New Issue
Block a user