mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 22:04:39 +02:00
Add --verbose option
This commit is contained in:
parent
4f2ae07fd4
commit
f915df67d1
@ -29,7 +29,7 @@
|
||||
######################################################################
|
||||
|
||||
COMMANDS="audit show update"
|
||||
OPTIONS="--auditor\n--check-all (-c)\n--config\n--cronjob (--cron)\n--debug\n--help (-h)\n--info\n--license-key --log-file\n--manpage_(--man)\n--no-colors --no-log\n--pentest\n--profile\n--plugins-dir\n--quiet (-q)\n--quick (-Q)\n--report-file\n--reverse-colors\n--tests\n--tests-category\n--upload\n--version (-V)\n--view-categories"
|
||||
OPTIONS="--auditor\n--check-all (-c)\n--config\n--cronjob (--cron)\n--debug\n--help (-h)\n--info\n--license-key --log-file\n--manpage_(--man)\n--no-colors --no-log\n--pentest\n--profile\n--plugins-dir\n--quiet (-q)\n--quick (-Q)\n--report-file\n--reverse-colors\n--tests\n--tests-category\n--upload\n--verbose\n--version (-V)\n--view-categories"
|
||||
|
||||
SHOW_ARGS="commands help license man options pidfile plugindir profiles release releasedate version"
|
||||
SHOW_HELP="lynis show ${BROWN}commands${NORMAL} (all available commands)
|
||||
|
1
lynis
1
lynis
@ -392,6 +392,7 @@ ${YELLOW}Note: ${WHITE}Cancelling the program can leave temporary files behind${
|
||||
${GRAY}Misc options${NORMAL}
|
||||
${BLUE}--debug${NORMAL} : Debug logging to screen
|
||||
${BLUE}--view-manpage (--man)${NORMAL} : View man page
|
||||
${BLUE}--verbose${NORMAL} : Show more details on screen
|
||||
${BLUE}--version (-V)${NORMAL} : Display version number and quit
|
||||
|
||||
${GRAY}Enterprise options${NORMAL}
|
||||
|
Loading…
x
Reference in New Issue
Block a user