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>2018-08-27 15:25:59 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-08-27 15:25:59 +0300
commit67f9d254614fb95644df6c5088ed51ec9e006ce5 (patch)
tree73e4a22d15359f8997bf48080b8514eef84c26c7 /include/parameters
parentcfd853d0b0af474be8bb11f64be26cc97420888d (diff)
Updated list of options and man page
Diffstat (limited to 'include/parameters')
-rw-r--r--include/parameters3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/parameters b/include/parameters
index e665c6cb..4cfcacd3 100644
--- a/include/parameters
+++ b/include/parameters
@@ -235,6 +235,9 @@
for ITEM in ${OPTIONS}; do
echo "${ITEM}" | tr '_' ' '
done
+ echo "This option is deprecated"
+ echo "Use: lynis show options"
+
ExitClean
;;