Help option

This commit is contained in:
Bob Mottram 2016-11-30 09:36:12 +00:00
parent 396b202982
commit e51e1a9ce2
1 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ function show_help {
echo ''
echo $'Runs tests on the system'
echo ''
echo $' --stig [yes|no] Run STIG tests'
echo $' --help Show help'
echo ''
exit 0