Skip to content

Commit

Permalink
fips-check.sh: Update the help output
Browse files Browse the repository at this point in the history
  • Loading branch information
julek-wolfssl committed Dec 30, 2024
1 parent 8d7c600 commit 726e013
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fips-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WOLFSSL_REPO="${WOLFSSL_REPO:[email protected]:wolfssl/wolfssl.git}"

Usage() {
cat <<usageText
Usage: $0 [flavor] [keep]
Usage: $0 [flavor] [keep] [nomakecheck] [nodoconfigure] [noautogen]
Flavor is one of:
linuxv2 (FIPSv2, use for Win10)
fipsv2-OE-ready (ready FIPSv2)
Expand All @@ -42,7 +42,10 @@ Flavor is one of:
wolfrand
wolfentropy
v6.0.0
Keep (default off) retains the temp dir $TEST_DIR for inspection.
keep: (default off) retains the temp dir $TEST_DIR for inspection.
nomakecheck: (default off) don't run make check
nodoconfigure: (default off) don't run configure
noautogen: (default off) don't run autogen
Example:
$0 windows keep
Expand Down

0 comments on commit 726e013

Please sign in to comment.