Browse Source

Help option

Bob Mottram 8 years ago
parent
commit
e51e1a9ce2
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/freedombone-tests

+ 2
- 1
src/freedombone-tests View File

41
     echo ''
41
     echo ''
42
     echo $'Runs tests on the system'
42
     echo $'Runs tests on the system'
43
     echo ''
43
     echo ''
44
-    echo $'     --help                   Show help'
44
+    echo $'     --stig [yes|no]      Run STIG tests'
45
+    echo $'     --help               Show help'
45
     echo ''
46
     echo ''
46
     exit 0
47
     exit 0
47
 }
48
 }