From 773c410a02a6b4ba4d148cf5e8e3e8d58a59fea7 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 24 Jul 2016 17:24:09 +0200 Subject: [PATCH] Update remaining items for categories and groups --- extras/bash_completion.d/lynis | 2 +- include/helper_show | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/bash_completion.d/lynis b/extras/bash_completion.d/lynis index f8deac47..235a848a 100644 --- a/extras/bash_completion.d/lynis +++ b/extras/bash_completion.d/lynis @@ -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 diff --git a/include/helper_show b/include/helper_show index 8953c04d..a6c622dc 100644 --- a/include/helper_show +++ b/include/helper_show @@ -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)