mirror of https://github.com/CISOfy/lynis.git
Identation of help text
This commit is contained in:
parent
998e63535c
commit
b336304ae6
30
lynis
30
lynis
|
@ -375,29 +375,25 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
|
|||
|
||||
${WHITE}Options:${NORMAL}
|
||||
|
||||
${GRAY}--auditor ${BROWN}\"<name>\"${NORMAL} : Auditor name
|
||||
${GRAY}--dump-options${NORMAL} : See all available options
|
||||
${GRAY}--no-log${NORMAL} : Don't create a log file
|
||||
${GRAY}--pentest${NORMAL} : Non-privileged scan (useful for pentest)
|
||||
${GRAY}--profile ${BROWN}<profile>${NORMAL} : Scan the system with the given profile file
|
||||
${GRAY}--quick (-Q)${NORMAL} : Quick mode, don't wait for user input
|
||||
${GRAY}--tests ${BROWN}\"<tests>\"${NORMAL} : Run only tests defined by <tests>
|
||||
${GRAY}--tests-category ${BROWN}\"<category>\"${NORMAL} : Run only tests defined by <category>
|
||||
${GRAY}--no-log${NORMAL} : Don't create a log file
|
||||
${GRAY}--pentest${NORMAL} : Non-privileged scan (useful for pentest)
|
||||
${GRAY}--profile ${BROWN}<profile>${NORMAL} : Scan the system with the given profile file
|
||||
${GRAY}--quick (-Q)${NORMAL} : Quick mode, don't wait for user input
|
||||
|
||||
${WHITE}Layout options${NORMAL}
|
||||
${GRAY}--no-colors${NORMAL} : Don't use colors in output
|
||||
${GRAY}--quiet (-q)${NORMAL} : No output, except warnings
|
||||
${GRAY}--reverse-colors${NORMAL} : Optimize color display for light backgrounds
|
||||
${GRAY}--no-colors${NORMAL} : Don't use colors in output
|
||||
${GRAY}--quiet (-q)${NORMAL} : No output, except warnings
|
||||
${GRAY}--reverse-colors${NORMAL} : Optimize color display for light backgrounds
|
||||
|
||||
${WHITE}Misc options${NORMAL}
|
||||
${GRAY}--debug${NORMAL} : Debug logging to screen
|
||||
${GRAY}--view-manpage (--man)${NORMAL} : View man page
|
||||
${GRAY}--verbose${NORMAL} : Show more details on screen
|
||||
${GRAY}--version (-V)${NORMAL} : Display version number and quit
|
||||
${GRAY}--debug${NORMAL} : Debug logging to screen
|
||||
${GRAY}--view-manpage (--man)${NORMAL} : View man page
|
||||
${GRAY}--verbose${NORMAL} : Show more details on screen
|
||||
${GRAY}--version (-V)${NORMAL} : Display version number and quit
|
||||
|
||||
${WHITE}Enterprise options${NORMAL}
|
||||
${GRAY}--plugin-dir ${BROWN}\"<path>\"${NORMAL} : Define path of available plugins
|
||||
${GRAY}--upload${NORMAL} : Upload data to central node
|
||||
${GRAY}--plugin-dir ${BROWN}\"<path>\"${NORMAL} : Define path of available plugins
|
||||
${GRAY}--upload${NORMAL} : Upload data to central node
|
||||
|
||||
More options available. Run 'lynis show options', or use the man page.
|
||||
|
||||
|
|
Loading…
Reference in New Issue