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,7 +41,8 @@ function show_help {
41 41
     echo ''
42 42
     echo $'Runs tests on the system'
43 43
     echo ''
44
-    echo $'     --help                   Show help'
44
+    echo $'     --stig [yes|no]      Run STIG tests'
45
+    echo $'     --help               Show help'
45 46
     echo ''
46 47
     exit 0
47 48
 }