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