mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Replaced function with generic echo, as functions are not available yet
This commit is contained in:
parent
0b5b4a47a3
commit
64075a8497
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue