Skip to content

Commit 5a2b84b

Browse files
committed
autotools, docs: Adjust help string for --enable-coverage option
1 parent 87534e7 commit 5a2b84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ AC_ARG_ENABLE(benchmark,
145145
[SECP_SET_DEFAULT([enable_benchmark], [yes], [yes])])
146146

147147
AC_ARG_ENABLE(coverage,
148-
AS_HELP_STRING([--enable-coverage],[enable compiler flags to support kcov coverage analysis [default=no]]), [],
148+
AS_HELP_STRING([--enable-coverage],[enable coverage analysis support [default=no]]), [],
149149
[SECP_SET_DEFAULT([enable_coverage], [no], [no])])
150150

151151
AC_ARG_ENABLE(tests,

0 commit comments

Comments
 (0)