mirror of https://github.com/CISOfy/lynis.git
Update remaining items for categories and groups
This commit is contained in:
parent
2f4c854ba7
commit
773c410a02
|
@ -69,7 +69,7 @@ _lynis()
|
|||
*)
|
||||
COMPREPLY=( $( compgen -W ' \
|
||||
--auditor --cronjob --debug --quick --quiet --logfile --no-colors --no-log --pentest --reverse-colors \
|
||||
--tests --tests-category --upload --verbose' -- "$cur" ) )
|
||||
--tests --tests-from-category --tests-from-group --upload --verbose' -- "$cur" ) )
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
COMMANDS="audit show update"
|
||||
HELPERS="audit configure show update"
|
||||
OPTIONS="--auditor\n--check-all (-c)\n--config\n--cronjob (--cron)\n--debug\n--developer\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)"
|
||||
OPTIONS="--auditor\n--check-all (-c)\n--config\n--cronjob (--cron)\n--debug\n--developer\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-from-category\n--tests-from-group\n--upload\n--verbose\n--version (-V)"
|
||||
|
||||
SHOW_ARGS="categories changelog commands dbdir groups help hostids includedir language license logfile man options pidfile plugindir profiles release releasedate report settings tests version workdir"
|
||||
SHOW_HELP="lynis show ${BROWN}categories${NORMAL} (display test categories)
|
||||
|
|
Loading…
Reference in New Issue