summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2019-07-31 16:24:18 +0200
committerMarian Csontos <mcsontos@redhat.com>2019-08-19 15:28:01 +0200
commit9b63f590168b14d0e996f62519edb27f24ab83e2 (patch)
tree9955dc737e9949a3b3157eee3a33ab08a21946b4
parent0534cd9cd4066c88a7dd815f2f3206a177169334 (diff)
downloadlvm2-9b63f590168b14d0e996f62519edb27f24ab83e2.tar.gz
configure: Fix the default in help string
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1e45c0edc..5da694631 100644
--- a/configure.ac
+++ b/configure.ac
@@ -653,7 +653,7 @@ dnl -- writecache inclusion type
AC_MSG_CHECKING(whether to include writecache)
AC_ARG_WITH(writecache,
AC_HELP_STRING([--with-writecache=TYPE],
- [writecache support: internal/none [internal]]),
+ [writecache support: internal/none [none]]),
WRITECACHE=$withval, WRITECACHE="none")
AC_MSG_RESULT($WRITECACHE)