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
diff options
context:
space:
mode:
-rw-r--r--include/parameters2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index f40a8a8d..618b27e0 100644
--- a/include/parameters
+++ b/include/parameters
@@ -341,7 +341,7 @@
;;
# Scan one or more tests from just on group
- --tests-from-group)
+ --tests-from-group | --tests-from-groups | --test-from-group | --test-from-group)
shift
TEST_GROUP_TO_CHECK=$1
;;