-
Notifications
You must be signed in to change notification settings - Fork 837
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fips-check.sh: Update the help output
- Loading branch information
1 parent
8d7c600
commit 726e013
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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 | ||
|