Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 33a6c10

Browse files
committedApr 29, 2023
autotools, docs: Adjust help string for --enable-coverage option
1 parent 45f5606 commit 33a6c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ AC_ARG_ENABLE(benchmark,
146146
[SECP_SET_DEFAULT([enable_benchmark], [yes], [yes])])
147147

148148
AC_ARG_ENABLE(coverage,
149-
AS_HELP_STRING([--enable-coverage],[enable compiler flags to support kcov coverage analysis [default=no]]), [],
149+
AS_HELP_STRING([--enable-coverage],[enable coverage analysis support [default=no]]), [],
150150
[SECP_SET_DEFAULT([enable_coverage], [no], [no])])
151151

152152
AC_ARG_ENABLE(tests,

0 commit comments

Comments
 (0)
Please sign in to comment.