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:
authormboelen <michael@cisofy.com>2016-04-05 12:31:21 +0300
committermboelen <michael@cisofy.com>2016-04-05 12:31:21 +0300
commit78167f37f2dd6b6b0b223d56693ec2aa0e2f80c8 (patch)
tree824e99b7c793881d7d29b64caf55a706468d46cf /include/parameters
parent2f335eea5f6ca0a342f435ad42fb0a37e12fefe3 (diff)
Clean up of old variables
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/parameters b/include/parameters
index 7d5a4576..3e59910a 100644
--- a/include/parameters
+++ b/include/parameters
@@ -253,7 +253,7 @@
# Version number
-V | --version)
- echo "${PROGRAM_version}"
+ echo "${PROGRAM_VERSION}"
exit 0
;;