move input option in usage(); and update README
This commit is contained in:
parent
4da45e7cca
commit
62a4f12e0a
|
@ -70,6 +70,7 @@ 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.
|
||||
-i|--input Input log filename. Defaults to /var/log/lynis-report.dat.
|
||||
-E|--excel Output the report in Microsoft Excel binary format.
|
||||
-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
|
||||
|
|
|
@ -2390,8 +2390,8 @@ $0 -h|--help -v|--verbose -E|--excel -j|--json -x|--xml -p|--pdf -o|--output
|
|||
Where:
|
||||
|
||||
-h|--help Display this useful message, then exit.
|
||||
-i|--input Input log filename. Defaults to /var/log/lynis-report.dat.
|
||||
-v|--verbose Display more detailed output. This is typically used for debugging, but may provide insight when running into problems.
|
||||
-i|--input Input log filename. Defaults to /var/log/lynis-report.dat.
|
||||
-E|--excel Output the report in Microsoft Excel binary format.
|
||||
-j|--json Output the data in JSON format. It is recommended to pipe to /usr/bin/json_pp for easier (human) reading. Output file name is optional for JSON output.
|
||||
-x|--xml Output the report as XML.
|
||||
|
|
Loading…
Reference in New Issue
Block a user