mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-30 01:04:39 +02:00
Replaced function with generic echo, as functions are not available yet
This commit is contained in:
parent
0b5b4a47a3
commit
64075a8497
@ -345,8 +345,8 @@
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
--tests-category | --tests-categories | --view-categories | --list-categories | --show-categories)
|
--tests-category | --tests-categories | --view-categories | --list-categories | --show-categories)
|
||||||
ShowError "Deprecated option"
|
echo "Error: Deprecated option ($1)"
|
||||||
ExitFatal
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# Drop out when using wrong option(s)
|
# Drop out when using wrong option(s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user