Skip to content

Commit 22f3584

Browse files
authored
Merge pull request #94 from wolfSSL/devin/1742513294-add-missing-from-dist-pkg
Add IDE and examples directories to distribution package
2 parents e096dc8 + f27741f commit 22f3584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ static void usage(void)
282282
printf(" --help Show this usage information.\n");
283283
printf(" --static Run the tests using the static provider.\n");
284284
printf(" --dir <path> Location of wolfprovider shared library.\n");
285-
printf(" Default: .libs\n");
285+
printf(" Default: .libs (relative to test directory)\n");
286286
printf(" --provider <str> Name of wolfssl provider. Default: libwolfprov\n");
287287
printf(" --no-key-limits No limits on key size.\n");
288288
#ifdef TEST_MULTITHREADED

0 commit comments

Comments
 (0)