mirror of https://github.com/CISOfy/lynis.git
Add --verbose option
This commit is contained in:
parent
64561d4b07
commit
f0e7b531cd
|
@ -182,6 +182,7 @@ unset LANG
|
|||
UPLOAD_PROXY_SERVER=""
|
||||
UPDATE_CHECK_SKIPPED=0
|
||||
VALUE=""
|
||||
VERBOSE=0
|
||||
VMTYPE=""
|
||||
VULNERABLE_PACKAGES_FOUND=0
|
||||
#
|
||||
|
|
|
@ -276,6 +276,10 @@
|
|||
UPLOAD_DATA=1
|
||||
;;
|
||||
|
||||
--verbose)
|
||||
VERBOSE=1
|
||||
;;
|
||||
|
||||
# Version number
|
||||
-V | --version)
|
||||
echo "${PROGRAM_VERSION}"
|
||||
|
|
Loading…
Reference in New Issue