mirror of https://github.com/CISOfy/lynis.git
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)
|
||||
ShowError "Deprecated option"
|
||||
ExitFatal
|
||||
echo "Error: Deprecated option ($1)"
|
||||
exit 1
|
||||
;;
|
||||
|
||||
# Drop out when using wrong option(s)
|
||||
|
|
Loading…
Reference in New Issue