Minor cleanups, including comment about -c option (deprecated soon)

This commit is contained in:
Michael Boelen 2016-05-03 13:53:20 +02:00
parent 11d3b352ac
commit eda79af419
1 changed files with 3 additions and 3 deletions

View File

@ -49,12 +49,12 @@
fi
;;
"system")
CHECK=1
CHECK_BINARIES=1
HELPER=""
RUN_PLUGINS=1
RUN_TESTS=1
shift
#break
;;
esac
else
@ -65,7 +65,6 @@
echo "lynis audit system"
ExitFatal
fi
#break
;;
show)
@ -121,8 +120,9 @@
AUDITORNAME=$1
;;
# Perform tests
# Perform tests (deprecated, use audit system)
-c | --check-all | --checkall)
# echo "Usage of option -c is deprecated. Please use: lynis audit system [options]"
CHECK=1
;;