Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-24 18:24:09 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-24 18:24:09 +0300
commit773c410a02a6b4ba4d148cf5e8e3e8d58a59fea7 (patch)
tree391a1c6353c01d3177cdfbac74755877f3736d7e /extras
parent2f4c854ba7790d1c8fb8c664daea6c971f18aa72 (diff)
Update remaining items for categories and groups
Diffstat (limited to 'extras')
-rw-r--r--extras/bash_completion.d/lynis2
1 files changed, 1 insertions, 1 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