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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-18 23:00:05 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-18 23:00:05 +0300
commitb01c801a39864f7859e879aeda3e699fe0263bfd (patch)
treef284ad3973e724d2e72f8466a944beba5ddae87f
parentd3e1a7652b5a6667e0b5ec6d58440107c5ce1084 (diff)
Added aliases for --tests-from-group
-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
;;