Add --verbose option

This commit is contained in:
mboelen 2016-04-19 21:11:42 +02:00
parent 4f2ae07fd4
commit f915df67d1
2 changed files with 2 additions and 1 deletions

View File

@ -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
View File

@ -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}