update markdown
This commit is contained in:
parent
2bc7caf753
commit
e2470bffda
29
README.md
29
README.md
|
@ -63,24 +63,35 @@ popd
|
||||||
|
|
||||||
## Help Statement
|
## Help Statement
|
||||||
```
|
```
|
||||||
./lynis_report.pl -h|--help -v|--verbose -E|--excel -o|--output
|
./lynis-report-converter.pl -h|--help -v|--verbose -E|--excel -o|--output -j|--json -x|--xml
|
||||||
|
|
||||||
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.
|
||||||
options is not yet implemented (NYI).
|
-j|--json Output the report in JSON format. The default is to print to
|
||||||
|
STDOUT, unlike the other formats which require an output file. This
|
||||||
|
is based on the assumption that anyone using the JSON output will likely
|
||||||
|
prefer to pipe the output to json_pp or another API or programmatic
|
||||||
|
interface.
|
||||||
-o|--output Specifies the output file to print the report to.
|
-o|--output Specifies the output file to print the report to.
|
||||||
```
|
```
|
||||||
* HTML out features (default)
|
|
||||||
* Summarizes the lynis report into a single HTML file.
|
|
||||||
* Excel out features
|
|
||||||
* Breaks out sections into worksheets.
|
|
||||||
* PDF out features
|
|
||||||
* Copy of the HTML report ported to PDF.
|
|
||||||
|
|
||||||
|
### Output Features:
|
||||||
|
* HTML (default)
|
||||||
|
* Summarizes the lynis report into a single HTML file.
|
||||||
|
* Excel:
|
||||||
|
* Breaks out sections into worksheets.
|
||||||
|
* PDF:
|
||||||
|
* Copy of the HTML report ported to PDF.
|
||||||
|
* (This could use refinement.)
|
||||||
|
* JSON:
|
||||||
|
* prints to STDOUT
|
||||||
|
* can also be written to a file with the -o option
|
||||||
|
* XML:
|
||||||
|
* Work in Progress (WIP)
|
||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
* PDF out needs refinement
|
* PDF out needs refinement
|
||||||
|
|
Loading…
Reference in New Issue
Block a user