Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-07-15 20:05:57 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-07-15 20:05:57 +0300
commitc1cf106d031e149406658a76e41267a19a7fcb01 (patch)
treeb4653f75bae833f2936f9c1bb63a2161657ab6b3 /include/helper_update
parentc31a1318e20e77793068972c45a54617fbd473f4 (diff)
Show location for Lynis package and new documentation
Diffstat (limited to 'include/helper_update')
-rw-r--r--include/helper_update4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/helper_update b/include/helper_update
index d15ac5ef..dedbed4d 100644
--- a/include/helper_update
+++ b/include/helper_update
@@ -77,7 +77,9 @@ elif [ "$1" = "info" ]; then
echo "${GREEN}Up-to-date${NORMAL}"
fi
echo " Release date : ${PROGRAM_RELEASE_DATE}"
- echo " Update location : ${PROGRAM_WEBSITE}"
+ echo " Project page : ${PROGRAM_WEBSITE}"
+ echo " Source code : ${PROGRAM_SOURCE}"
+ echo " Latest package : ${PROGRAM_PACKAGE}"
echo ""; echo ""
echo "${PROGRAM_COPYRIGHT}"
echo ""