Add --verbose option

This commit is contained in:
mboelen 2016-04-19 19:46:20 +02:00
parent 64561d4b07
commit f0e7b531cd
2 changed files with 5 additions and 0 deletions

View File

@ -182,6 +182,7 @@ unset LANG
UPLOAD_PROXY_SERVER=""
UPDATE_CHECK_SKIPPED=0
VALUE=""
VERBOSE=0
VMTYPE=""
VULNERABLE_PACKAGES_FOUND=0
#

View File

@ -276,6 +276,10 @@
UPLOAD_DATA=1
;;
--verbose)
VERBOSE=1
;;
# Version number
-V | --version)
echo "${PROGRAM_VERSION}"