From f0e7b531cd907986d7e69f5b68e8336dd467ce17 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 19 Apr 2016 19:46:20 +0200 Subject: [PATCH] Add --verbose option --- include/consts | 1 + include/parameters | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/include/consts b/include/consts index c88feb9e..f571a310 100644 --- a/include/consts +++ b/include/consts @@ -182,6 +182,7 @@ unset LANG UPLOAD_PROXY_SERVER="" UPDATE_CHECK_SKIPPED=0 VALUE="" + VERBOSE=0 VMTYPE="" VULNERABLE_PACKAGES_FOUND=0 # diff --git a/include/parameters b/include/parameters index 6163b138..0edd3ffa 100644 --- a/include/parameters +++ b/include/parameters @@ -276,6 +276,10 @@ UPLOAD_DATA=1 ;; + --verbose) + VERBOSE=1 + ;; + # Version number -V | --version) echo "${PROGRAM_VERSION}"