Skip to content

Commit aa69b2f

Browse files
committed
Update the header comment.
1 parent 4e07ebf commit aa69b2f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

fips-check.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@
77
# copy of our FIPS approved code.
88
#
99
# This should check out all the approved flavors. The command line
10-
# option selects the flavor.
11-
#
12-
# $ ./fips-check [flavor] [keep]
13-
#
14-
# - flavor: linux (default), ios, android, windows, freertos, linux-ecc, netbsd-selftest, linuxv2, fipsv2-OE-ready, stm32l4-v2, linuxv5, fips-ready, fips-dev
15-
#
16-
# - keep: (default off) XXX-fips-test temp dir around for inspection
10+
# option selects the flavor. The keep option keeps the output
11+
# directory.
1712
#
13+
# Some variables may be overridden on the command line.
1814

1915
Usage() {
2016
cat <<usageText

0 commit comments

Comments
 (0)