ソースを参照

Update the header comment.

John Safranek 9 ヶ月 前
コミット
aa69b2fd62
1 ファイル変更3 行追加7 行削除
  1. 3 7
      fips-check.sh

+ 3 - 7
fips-check.sh

@@ -7,14 +7,10 @@
 # copy of our FIPS approved code.
 #
 # This should check out all the approved flavors. The command line
-# option selects the flavor.
-#
-#     $ ./fips-check [flavor] [keep]
-#
-#     - flavor: linux (default), ios, android, windows, freertos, linux-ecc, netbsd-selftest, linuxv2, fipsv2-OE-ready, stm32l4-v2, linuxv5, fips-ready, fips-dev
-#
-#     - keep: (default off) XXX-fips-test temp dir around for inspection
+# option selects the flavor. The keep option keeps the output
+# directory.
 #
+# Some variables may be overridden on the command line.
 
 Usage() {
     cat <<usageText