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/parameters4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/parameters b/include/parameters
index dd66d5bd..9adabe6d 100644
--- a/include/parameters
+++ b/include/parameters
@@ -345,8 +345,8 @@
;;
--tests-category | --tests-categories | --view-categories | --list-categories | --show-categories)
- ShowError "Deprecated option"
- ExitFatal
+ echo "Error: Deprecated option ($1)"
+ exit 1
;;
# Drop out when using wrong option(s)