Kaynağa Gözat

Help option

Bob Mottram 8 yıl önce
ebeveyn
işleme
e51e1a9ce2
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      src/freedombone-tests

+ 2
- 1
src/freedombone-tests Dosyayı Görüntüle

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