mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added --silent as parameter for --quiet
This commit is contained in:
parent
a20fd448ab
commit
331422384a
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@
|
|||
;;
|
||||
|
||||
# Quiet mode
|
||||
--quiet | -q)
|
||||
--quiet | -q | --silent)
|
||||
QUIET=1
|
||||
QUICKMODE=1 # Run non-interactive
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue