Bob Mottram 8 år sedan
förälder
incheckning
e51e1a9ce2
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      src/freedombone-tests

+ 2
- 1
src/freedombone-tests Visa fil

@@ -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
 }